status
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| status (string) | 0/1 | The status given in response to a REST request. Allowed statuses are: OK, WARNING, ERROR. |
| message (string) | 0/1 | Message associated to the Status response. |
| error_code (string) | 0/1 | Error code associated with an ERROR Status response. |
JSON
| property | type | description |
|---|---|---|
| status | status (string) | The status given in response to a REST request. Allowed statuses are: OK, WARNING, ERROR. |
| message | message (string) | Message associated to the Status response. |
| error_code | error_code (string) | Error code associated with an ERROR Status response. |