QCRestException Schema
ExceptionPropertyType Complex Type
QCRestException Schema : ExceptionPropertyType Complex Type

Glossary Item Box

Namespace (none)

Diagram

BulkOperationResponse Element Sequence Value Element Sequence ExceptionPropertyType Complex Type

Overview

Name optional xs:string
The property name.
Value optional xs:string
The property value.
Sequence
Sequence
Sequence
BulkEntries 0..∞
Sequence
Succeeded optional xs:boolean
EntityId optional xs:int
EntityType optional xs:string
Choice
Type required xs:string
Sequence
RelatedEntities optional
The collection of related entities referenced from this entity
Sequence
Id
See the Exception IDs topic in the REST API documentation.
ExceptionProperties optional
The properties collection.

Used By

Attributes

NameTypeUseDefaultFixedDescription
Namexs:stringoptional  The property name.
Valuexs:stringoptional  The property value.

Source

<xs:complexType name="ExceptionPropertyType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Value" type="BulkOperationResponseType" minOccurs="0" />
  </xs:sequence>
  <xs:attribute name="Name" type="xs:string">
    <xs:annotation>
      <xs:documentation>
                    The property name.
                </xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="Value" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>
                    The property value.
                </xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

See Also