Error Object Fields
A sample Mobile Risk API error response:
{
"type": "error",
"statusCode": 404,
"errorCode": NO_SUCH_EVENT,
"message": "No event ",
"requestId": "5f9453db-6a1c-4f98-8791-36acf76706fa"
}
Field | Type | Description | Sample Value |
---|---|---|---|
|
String | Type of the object. | error |
|
Integer | HTTP status code of 4xx or 5xx from the Error Codes table below. | 404 |
|
String | Error code String that describes the error and remediation in detail. |
|
|
String | String describing the error | No such event. |
|
String | Opaque String that uniquely identifies the request. Included in log messages. |
|