errorInfo Data Type

Information about an error that occurred.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
code string element 0/1 Code representing the error.
data anyType element 0/1 Additional data associated with error.
message string element 0/1 Description of the error. This is intended to give the client developer additional information about the error that occurred. It is not suitable for displaying to the end-user.

Example

<error_info>
  <code>...</code>
  <message>...</message>
  <data>...</data>
</error_info>