---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://appmetrica.yandex.com.tr/docs/en/mobile-api/management/errors.md
  - https://appmetrica.yandex.com.tr/docs/ru/mobile-api/management/errors.md
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.com.tr/docs/en/llms.txt

# Error descriptions

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

## Error format {#errors_description}

```javascript translate=no
{
    "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. ||
|| `errors.message` | Reason for the error. ||
|| `errors.location` | Place where the error occurred. ||
|#

## Error codes

| Error code | 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. |
| access_denied (403) | Access denied. |
| unauthorized (401) | Unauthorized user. |
| quota (429) | Exceeded the limit on the number of API requests. |
| query_error (400) | Request is too complex. |
| conflict (409) | Data inconsistency. |
| invalid_json (400) | The transmitted JSON has an invalid format. |

<!-- source: en/_includes/feedback-button-2.md -->
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

<a href="../../troubleshooting/feedback-new">
  <span class="button">Contact support</span>
</a>

<a href="../../troubleshooting/feedback-docs">
  <span class="button">Suggest an improvement for documentation</span>
</a>
<!-- endsource: en/_includes/feedback-button-2.md -->
