Error descriptions

This section lists the error codes returned by the Management API.

Error format


{
    "errors" : [ {
        "error_type" :  < error_type > ,
        "message" :  < string > ,
        "location" :  < string > 
    }, ... ],
    "code" :  < int > ,
    "message" :  < string > 
}
Parameters Description
errors List of errors that occurred.
code HTTP status.
message Reason.
errors
error_type Type of error.
message Reason for the error.
location Place where the error occurred.
Parameters Description
errors List of errors that occurred.
code HTTP status.
message Reason.
errors
error_type Type of error.
message Reason for the error.
location Place where the error occurred.

Types of errors

Type of error Description
backend_error (503) Server error.
invalid_parameter (400) Invalid parameter set.
not_found (404) The specified object was not found.
missing_parameter (400) A required parameter was omitted.
filter_limits (400) Filter complexity exceeds set restrictions.
access_denied (403) Access denied.
counter_in_connect (403) The tag is linked to an organization in Yandex Connect. Individual access rights can only be managed in the Yandex Connect web interface.
invalid_token (403) Invalid OAuth token.
unauthorized (401) Unauthorized user.
quota_requests_by_uid (429) The user exceeded the daily limit on requests to the API.
quota_delegate_requests (429) The user exceeded the hourly limit on API requests for adding representatives.
quota_grants_requests (429) Exceeded the hourly limit on API requests for adding tag access permissions.
quota_requests_by_ip (429) Exceeded the limit on API requests per second.
quota_parallel_requests (429) Exceeded the daily limit on parallel API requests per user.
quota_requests_by_counter_id (429) The tag exceeded the daily limit on API requests.
query_error (400) Request is too complex.
too_much_rows (400) The request is reading too much data.
conflict (409) Data inconsistency.
not_acceptable (406) Unsupported format
timeout (504) The request is taking too long.
invalid_uploading (400) The file was uploaded incorrectly.
invalid_json (400) The transmitted JSON has an invalid format.
limit_exceeded (400) Exceeded the limit on goals (actions, filters).
Type of error Description
backend_error (503) Server error.
invalid_parameter (400) Invalid parameter set.
not_found (404) The specified object was not found.
missing_parameter (400) A required parameter was omitted.
filter_limits (400) Filter complexity exceeds set restrictions.
access_denied (403) Access denied.
counter_in_connect (403) The tag is linked to an organization in Yandex Connect. Individual access rights can only be managed in the Yandex Connect web interface.
invalid_token (403) Invalid OAuth token.
unauthorized (401) Unauthorized user.
quota_requests_by_uid (429) The user exceeded the daily limit on requests to the API.
quota_delegate_requests (429) The user exceeded the hourly limit on API requests for adding representatives.
quota_grants_requests (429) Exceeded the hourly limit on API requests for adding tag access permissions.
quota_requests_by_ip (429) Exceeded the limit on API requests per second.
quota_parallel_requests (429) Exceeded the daily limit on parallel API requests per user.
quota_requests_by_counter_id (429) The tag exceeded the daily limit on API requests.
query_error (400) Request is too complex.
too_much_rows (400) The request is reading too much data.
conflict (409) Data inconsistency.
not_acceptable (406) Unsupported format
timeout (504) The request is taking too long.
invalid_uploading (400) The file was uploaded incorrectly.
invalid_json (400) The transmitted JSON has an invalid format.
limit_exceeded (400) Exceeded the limit on goals (actions, filters).