2.1.1 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 |
|---|---|---|
idrequired |
String | A string to identify the error type. |
descriptionrequired |
String | A human readable description of the issue. |
Last updated on