API errors
Следующие коды ошибок будут возвращены с ответами API. Параметр code будет содержать значение кода ошибки, а параметр message будет включать имя ошибки или более конкретную строку, описывающую ошибку.
code | message | Решения |
---|---|---|
429 | Too many requests | Pause sending requests to avoid blocking |
422 | Invalid request | Look at the "description" parameter |
405 | HTTP method not available |
|
404 | The requested resource is not found |
|
403 | An invalid token was specified or no token was specified. | Check authorization or restore access key. Also make sure the project is active. |
400 | The specified resource no longer exists or did not exist |
|