8.3.4 GetRootCauseList Method

The GetRootCauseList Method returns the complete list of root causes as persisted by the server.

The signature of this Method is specified below. Table 18 specifies the Arguments representation.

Signature

	GetRootCauseList(
	  [out] RootCauseMessageType[]			RootCauseList,
	  [out] MethodExecutionFeedbackType		ExecutionFeedback);
Table 18 – GetRootCauseList Method Arguments
Argument Description
RootCauseListThe complete list of root cause messages.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.