System.Object
ErrorRecordType
Client Declaration
public class ErrorRecordType
Represents descriptive error information.
Elements
String
Description
: [response] Optional element specifying a description
of the error. DiagnosticType[]
Diagnostic
:
[response] Optional element specifying error diagnostics.String
Source
: [response] Optional element specifying the source
of the error.
<xsd:complexType name="ErrorRecordType"> <xsd:sequence> <xsd:element name="Source" type="xsd:string" minOccurs="0"/> <xsd:element name="Description" type="xsd:string" minOccurs="0"/> <xsd:element name="Diagnostic" type="DiagnosticType" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence>
</xsd:complexType>