ErrorList Elements
When an error occurs in the messaging layer, an Error Message is sent to the sender of the message.
The SOAP <Header> of this message contains <MessageHeader> and <ErrorList>. The SOAP <Body> of this message contains the original message that caused the error.
The <ErrorList> element contains the following data:
Element | Description |
---|---|
@eb:version | Always has a value of “2.1”. |
@eb:mustUnderstand | Indicates whether the recipient must understand all components of the message. “1” indicates yes, “0” indicates no. |
@eb:highestSeverity | Always “Error”. A message is not sent if the highest severity is “Warning”. |
<Error> | One or more <Error> elements. |
Copyright © Cloud Software Group, Inc. All rights reserved.