element <qm:Error>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 3 elements
Used:
never
XML Representation Summary
<qm:Error>
   
Content: 
qm:statusCode?, qm:message?, qm:trace?
</qm:Error>
Content model elements (3):
Annotation
Error details.
XML Source (w/o annotations (4); see within schema source)
<xs:element name="Error">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="statusCode" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="message" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="trace" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/3)
qm:message
Type:
xs:string, predefined, simple content
[READ-ONLY] Error message.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="message" type="xs:string"/>

qm:statusCode
Type:
xs:int, predefined, simple content
Error status code.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="statusCode" type="xs:int"/>

qm:trace
Type:
xs:string, predefined, simple content
[READ-ONLY] Error trace.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="trace" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set