http://www.fatwire.com/schema/rest/1.0
complexType errorBean

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}errorBean (restriction)

Documentation
        This element is sent back to a client application when an error happens on the server-side.
        This element is returned for all 500, 304, 401 HTTP error codes
        and some 404 codes.
        The application should not rely on this element to perform different logic,
        but rather HTTP error codes. This element should be used for debugging and
        troubleshooting purposes only.
      
Properties
This component is not nillable.

Model
<...>
(errorCode, message )
</...>


Nested Element Summary
xs:interrorCode
          Error code 
xs:stringmessage
          This error descriptive information 
Implementors
errorBean

Source
<xs:complexType name="errorBean">
<xs:sequence>
<xs:element name="errorCode" type="xs:int">
</xs:element>
<xs:element name="message" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.