ErrorMessage

Information about an unsuccessful REST request.

canRetry
string

Reserved for future use.

code
number <integer>

The service-specific result code.

developerMessage
string

Optional, technical information to help a developer investigate the cause of the error.

errors
Array of strings

A list of JSON ErrorMessage objects.

fieldName
string

Reserved for future use.

link
string <URL>

The URL of a Toast page that provides more information about the error.

message
string

A brief message describing the error.

messageKey
string

Reserved for future use.

requestId
string <UUID>

The identifier of the HTTP request that generated the error.

status
number <integer>

The HTTP status code.

{
  • "status": 0,
  • "code": 0,
  • "message": "string",
  • "messageKey": "string",
  • "fieldName": "string",
  • "link": "string",
  • "requestId": "string",
  • "developerMessage": "string",
  • "errors": [
    ],
  • "canRetry": "string"
}