2.2.4.1 SOAPFaultDetails

The SOAPFaultDetails complex type specifies the details of a SOAP fault. This complex type is defined as follows:

 <s:schema xmlns:s="http://www.w3.org/2001/XMLSchema" targetNamespace=" http://schemas.microsoft.com/sharepoint/soap">
    <s:complexType name="detail">
       <s:sequence>
          <s:element name="errorstring" type="s:string"/>
          <s:element name="errorcode" type="s:string" minOccurs="0"/>
       </s:sequence>
    </s:complexType>
 </s:schema>

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

errorcode: The hexadecimal representation (prefixed by 0x) of a 4-byte result code. <1>