---
metadata:
  - name: generator
    content: Diplodoc Platform v5.47.3
alternate:
  - https://yandex.com.tr/support/tracker/en/api-ref/error-codes.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/support/tracker/en/llms.txt

# Possible response codes

200
:   Request executed successfully.

201
:   The `POST` request resulted in creating a new object.

204
:   The DELETE request is executed, the object was deleted.

<!-- source: en/_includes/api/answer-error-400.md -->
400
:   One or more request parameters have an invalid value.
<!-- endsource: en/_includes/api/answer-error-400.md -->

<!-- source: en/_includes/api/answer-error-401.md -->
401
:   The user is not authorized. Make sure that actions described in the [API access](https://yandex.com.tr/support/tracker/en/api-ref/access.md) section are performed.
<!-- endsource: en/_includes/api/answer-error-401.md -->

<!-- source: en/_includes/api/answer-error-403.md -->
403
:   You are not authorized to perform this action. You can check what rights you have in the Tracker interface. The same rights are required to perform an action via the API and interface.
<!-- endsource: en/_includes/api/answer-error-403.md -->

<!-- source: en/_includes/api/answer-error-404.md -->
404
:   The requested object was not found. You may have specified an invalid object ID or key.
<!-- endsource: en/_includes/api/answer-error-404.md -->

<!-- source: en/_includes/api/answer-error-409.md -->
409
:   There was a conflict when editing the object. The error may be due to an invalid update version.
<!-- endsource: en/_includes/api/answer-error-409.md -->

<!-- source: en/_includes/api/answer-error-412.md -->
412
:   A conflict occurred while editing the object. The error may be due to an invalid update version.
<!-- endsource: en/_includes/api/answer-error-412.md -->

<!-- source: en/_includes/api/answer-error-422.md -->
422
:   JSON validation error, the request is rejected.
<!-- endsource: en/_includes/api/answer-error-422.md -->

<!-- source: en/_includes/api/answer-error-423.md -->
423
:   Object edits disabled. The `version` parameter value limit (the maximum number of object updates) might have been exceeded. The maximum version value is `10100` for robots and `11100` for users.
<!-- endsource: en/_includes/api/answer-error-423.md -->

<!-- source: en/_includes/api/answer-error-428.md -->
428
:   Access to the resource is denied. Make sure all required conditions for the request are specified.
<!-- endsource: en/_includes/api/answer-error-428.md -->

429
:   You've exceeded the limit for requests to the host within a given time. Try your request again later.
