2.2.4.53 ServiceError
Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services.WebService
The ServiceError complex type specifies an error on the protocol server that is not a SOAP fault. For more information, see [MS-AADT] section 2.2.9.2.
-
<xs:complexType name="ServiceError" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="CorrelationId" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="Timestamp" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType>
Code: A Code ([MS-AADT] section 2.2.4.13).
CorrelationId: A CorrelationId ([MS-AADT] section 2.2.4.13).