An object that contains information about one or more errors that the Toast platform encountered when processing an API request.
| canRetry | string Reserved for future use. |
| code | integer A numeric identifier for the error condition, defined by Toast platform functionality. |
| developerMessage | string Additional detail about the error condition, if it is available. |
| errors | Array of objects (ErrorMessage) A JSON array of |
| fieldName | string Reserved for future use. |
| link | string The URL of a resource that provides more information about the error condition. |
| message | string A description of the error condition. |
| messageKey | string Reserved for future use. |
| requestId | string The unique identifier of the HTTP request that your client sent to the Toast API. |
| status | string The HTTP status code of the response. |
{- "status": "string",
- "code": 0,
- "message": "string",
- "messageKey": "string",
- "fieldName": "string",
- "link": "string",
- "requestId": "string",
- "developerMessage": "string",
- "errors": [
- { }
], - "canRetry": "string"
}