2.0 Error object implements ErrorResponse

Indicates that an API request did not end successfully. An error response is always served with an HTTP response code not equal to 200 (OK).

Example

{
  "id": "not_authenticated",
  "description": "User was not authenticated"
}

Fields

Field Type Description
id
required
String A string to identify the error type.
description
required
String A human readable description of the issue.