This type describes REST fault details. |
Element | ops:restFault/ops:details |
<xs:complexType name="restFaultDetails"> <xs:annotation> <xs:documentation>This type describes REST fault details.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="cause" type="xs:string" minOccurs="0"/> <xs:element name="exception" type="xs:string" minOccurs="0"/> <xs:element name="resolution" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |