home

Mobile Endpoint Security

Lookout Product Documentation

Find answers about using and optimizing Lookout products.

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
type
String Type of the object. error
statusCode
Integer HTTP status code of 4xx or 5xx from the Error Codes table below. 404
errorCode
String Error code String that describes the error and remediation in detail.
NO_SUCH_EVENT
message
String String describing the error No such event.
requestId
String Opaque String that uniquely identifies the request. Included in log messages.
5f9453db-6a1c-4f98-8791-36acf76706fa