Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 695 Bytes

File metadata and controls

18 lines (12 loc) · 695 Bytes

Error Codes

To handle errors that occur during request execution, it is necessary to analyze the HTTP response status or the presence of a special JSON structure in the response:

{
    "error": "ERROR_HANDLER_ALREADY_EXIST",
    "error_description": "Handler already exists!"
}

{% include notitle error handling %}

A list of specific error codes that occur when calling a particular REST API method is described for each method separately. There is also a list of system errors that are independent of the logic of a specific REST API request.

Statuses and Codes of System Errors

{% include notitle system errors %}