Status Object
The response status object contains the processing status of the request. It will contain any relevant error information should an error occur. The status object is returned with every response regardless of success or failure status. It is suitable for logging request failures.
Properties
Name | Type | Read Only | Required | Description |
---|---|---|---|---|
code | int | yes | no | The status code for this status. |
message | String | yes | no | The detailed message for this status. |