Format

You will receive an error message in JSON format when there is.

Response

Field Name
Description
Type
errorError objectObject
error.nameType of the errorString
error.messageError messageString

Type of the error

INVALID_AUTH

  • In case you requested without authentication with private type.
    *Please refer to the Websocket -> 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."}}