diagram | |||
namespace | http://exception.pfe.n2.tibco.com | ||
children | message exceptionTrace successful | ||
annotation |
|
||
source | <xs:complexType name="Status"> <xs:annotation> <xs:documentation>Description of the error that occurred.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="message" type="xs:string"> <xs:annotation> <xs:documentation>Description of the error.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="exceptionTrace" type="xs:string"> <xs:annotation> <xs:documentation>Stack trace of the error.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="successful" type="xs:boolean"/> </xs:sequence> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="message" type="xs:string"> <xs:annotation> <xs:documentation>Description of the error.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="exceptionTrace" type="xs:string"> <xs:annotation> <xs:documentation>Stack trace of the error.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="successful" type="xs:boolean"/> |