QCRestException Schema
ExceptionType Complex Type
QCRestException Schema : ExceptionType Complex Type

Glossary Item Box

Namespace (none)

Diagram

StackTrace Element ExceptionProperties Element Title Element Id Element Sequence ExceptionType Complex Type

Overview

Sequence
Id
See the Exception IDs topic in the REST API documentation.
ExceptionProperties optional
The properties collection.
Sequence
Name optional xs:string
The property name.
Value optional xs:string
The property value.
Sequence

Used By

Source

<xs:complexType name="ExceptionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Id">
      <xs:annotation>
        <xs:documentation>
                        See the Exception IDs topic in the REST API documentation.
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Title" type="TitleType" />
    <xs:element name="ExceptionProperties" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
                        The properties collection.
                    </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="ExceptionProperty" type="ExceptionPropertyType" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="StackTrace" type="StackTraceType" minOccurs="0" />
  </xs:sequence>
</xs:complexType>

See Also