TYPE | Response
|
Category | Objects |
Description
Object: ErrorResponse
Properties
name |
type |
required |
default |
description |
errorCode |
string |
yes |
|
The error code |
errorMessage |
string |
yes |
|
Tells you what is wrong |
responseId |
string |
yes |
|
The response id |
clientRequestId |
string |
no |
|
The client request id if it was provided via the client-request-id header |
status |
string |
yes |
|
The status of the request |
message |
string |
yes |
|
The message |
Sample JSON
{
"response_id": "1_0a407cb0634a56374ba80f863fda53ae37fd0042",
"status": "error",
"error_code": "does_not_exist",
"error_message": "This server does not exist"
}