2.2.4.1 SOAPFaultDetails

This complex type defines a SOAP fault as follows:

 <s:complexType name="SOAPFaultDetails">
    <s:sequence>
       <s:element name="errorstring" type="s:string"/>
       <s:element name="errorcode" type="s:string" minOccurs="0"/>
    </s:sequence>
 </s:complexType>

errorstring: A human-readable text explaining the application-level fault.

errorcode: The hexadecimal representation of a 4-byte result code. The format of the string MUST be 0xAAAAAAAA.<1>