<< Click to Display Table of Contents >>
Error |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="Error">
<xs:sequence>
<xs:element name="ErrorClass" type="Error_ErrorClass" />
<xs:element name="ErrorCode" type="Error_ErrorCode" />
</xs:sequence>
</xs:complexType>
Example 1:
<Error>
<ErrorClass>device</ErrorClass>
<ErrorCode>configurationInProgress</ErrorCode>
</Error>