QCRestException Schema
StackTraceType Complex Type
QCRestException Schema : StackTraceType Complex Type

Glossary Item Box

Description

Whether the stack trace is returned depends on the site configuration.
Namespace (none)

Base Type

Extension of xs:string

Diagram

StackTraceType Complex Type

Overview

StackTraceType Extension of xs:string
Whether the stack trace is returned depends on the site configuration.

Used By

Source

<xs:complexType name="StackTraceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                Whether the stack trace is returned depends on the site configuration.
            </xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string" />
  </xs:simpleContent>
</xs:complexType>

See Also