RESTFault
Namespace: | http://filecatalyst.com/fault |
XML Schema: | fault.xsd |
This holds return error data { "fault": { "code": { "value": "Sender", "subcode": { "value": "InternalError" } }, "reason": { "text": "Internal Error Detected." } }
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
code (faultCode) | 0/1 | Fault code. |
reason (reasonCode) | 0/1 | Fault reason. |
JSON
property | type | description |
---|---|---|
code | code (faultCode) | Fault code. |
reason | reason (reasonCode) | Fault reason. |