Format
You will receive an error message in JSON format when there is.
Response
Field Name | Description | Type |
---|---|---|
error | Error object | Object |
error.name | Type of the error | String |
error.message | Error message | String |
Type of the error
INVALID_AUTH
- In case you requested without authentication with private type.
*Please refer to theWebsocket -> Websocket Request
page to find the authentication method.
{"error":{"name":"INVALID_AUTH","message":"Authentication information is incorrect."}}
WRONG_FORMAT
{"error":{"name":"WRONG_FORMAT","message":"The format is incorrect."}}
NO_TICKET
{"error":{"name":"NO_TICKET","message":"The ticket does not exist or is invalid."}}
NO_TYPE
{"error":{"name":"NO_TYPE","message":"The type field does not exist."}}
NO_CODES
{"error":{"name":"NO_CODES","message":"The codes field does not exist."}}
INVALID_PARAM
{"error":{"name":"INVALID_PARAM","message":"The codes field is empty."}}