2.2.4.2 SOAPFaultDetails

The SOAPFaultDetails complex type specifies the details about a SOAP fault.

 <s:schema xmlns:s="http://www.w3.org/2001/XMLSchema" targetNamespace=" http://schemas.microsoft.com/sharepoint/soap">
    <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>
 </s:schema>

errorstring: Human-readable text that explains the application-level fault.

errorcode: The hexadecimal representation of a 4-byte result code.