TYPE | Response |
---|---|
Category | Objects |
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 | |
status | string | yes | The status of the request | |
message | string | yes | The message |
{
"response_id": "1_0a407cb0634a56374ba80f863fda53ae37fd0042",
"status": "error",
"error_code": "does_not_exist",
"error_message": "This server does not exist"
}