| Код | Текст ошибки | error msg | json | 
|---|---|---|---|
| 401 | Ошибка авторизации | invalid authorization | [{"code":401,"message":"invalid authorization"}] | 
| 403 | Метод не разрешен в программном ключе | method is not enabled by software key | [{"code":403,"message":"method is not enabled by software key"}] | 
| 403 | Исходящий запрос, нельзя выполнять | method is forbidden to execute | [{"code":403,"message":"method is forbidden to execute"}] | 
| 403 | Метод пока не поддерживается в варианте служба windows | the method is not allowed to be executed in the current version of the service | [{"code":403, "message":"the method is not allowed to be executed in the current version of the service"}] | 
| 404 | Не указан Метод | the Method is not specified | [{"code":404, "message":"the Method is not specified"}] | 
| 404 | Метод не найден, или ошибка в написании | method not found | [{"code":404,"message":"method not found"}] | 
| 429 | много одинаковых запросов, антиспам | too many requests | [{"code":429,"message":"too many requests"}] | 
| 500 | Исчерпаны попытки подключиться к MSSQL | failed to connect to the database. try again after a while. | [{"code":500, "message":"failed to connect to the database. try again after a while."}] | 
| 500 | Ошибка декодирования URI параметров | URI decoding error. try again after a while. | [{"code":500,"message":"URI decoding error. try again after a while."}] |