ErrorRecordType Element

System.Object

ErrorRecordType

 

Client Declaration

Represents descriptive error information.

 

Element Structure

Elements

 

XML Schema

<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>