2.2.4.13 ServiceError

Namespace: http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/ApplicationDesignService

Specifies an error on the protocol server that is not a SOAP fault. For more information, see section 2.2.9.2.

 <xs:complexType name="ServiceError" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:attribute name="Code" type="xs:string"/>
   <xs:attribute name="Message" type="xs:string"/>
   <xs:attribute name="CorrelationId" type="xs:string"/>
   <xs:attribute name="Timestamp" type="xs:string"/>
 </xs:complexType>

Code: A string ([XMLSCHEMA2] section 3.2.1) that specifies an identifier of the error, similar to a SOAP fault code. MUST be one of the values specified by section 2.2.9.2.

Message: A string ([XMLSCHEMA2] section 3.2.1) that specifies a message that corresponds to the Code. The value of this message is implementation-dependent.

CorrelationId: A string ([XMLSCHEMA2] section 3.2.1) that specifies the unique identifier of the request message that was sent as input to the protocol operation.

Timestamp: A string ([XMLSCHEMA2] section 3.2.1) that specifies the date and time at which the error occurred.