QCRestException Schema
QCRestException Element
QCRestException Schema : QCRestException Element

Glossary Item Box

Description

An ALM REST API application exception.
Namespace (none)

Type

Diagram

StackTrace Element ExceptionProperties Element Title Element Id Element Sequence QCRestException Element

Overview

QCRestException ExceptionType Complex Type
An ALM REST API application exception.
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

Source

<xs:element name="QCRestException" type="ExceptionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An ALM REST API application exception.</xs:documentation>
  </xs:annotation>
</xs:element>

See Also