Бесплатная доставка от 7 000 ₽Маленькие тиражи · собираем вручную

Реестр RFC 9457

Типы проблем API

Этот документ является человекочитаемым назначением для URI типов проблем с корнем https://adoriabooks.com/problems. Фрагмент определяет стабильный тип, а URI instance — конкретный случай.

about:blank

Общие HTTP-ошибки используют фразу статуса как заголовок и не задают пользовательскую семантику.

Client Data Validation Failed

https://adoriabooks.com/problems#client-data-validation
Статус
400
Значение
One or more request members are invalid.
Решение
Correct the members identified by the errors extension and submit the request again.
Расширения
  • codeStable short alias for the problem type URI.
  • errorsValidation issues containing a human-readable detail and a JSON Pointer URI fragment.

Resource Conflict

https://adoriabooks.com/problems#resource-conflict
Статус
409
Значение
The request conflicts with the current state of the resource.
Решение
Refresh the current resource state, resolve the conflict, and retry the request if appropriate.
Расширения
  • codeStable short alias for the problem type URI.
  • resourceTypePublic resource category involved in the conflict, when safe to disclose.
  • fieldPublic field involved in the conflict, when safe to disclose.

Resource Not Found

https://adoriabooks.com/problems#resource-not-found
Статус
404
Значение
The requested resource was not found.
Решение
Verify the resource identifier and that the caller is allowed to discover the resource.
Расширения
  • codeStable short alias for the problem type URI.
  • resourceTypePublic resource category that was not found, when safe to disclose.

Too Many Requests

https://adoriabooks.com/problems#rate-limited
Статус
429
Значение
Too many requests were received in the current rate-limit window.
Решение
Wait for the duration indicated by Retry-After before retrying.
Расширения
  • codeStable short alias for the problem type URI.

Step-up Authentication Required

https://adoriabooks.com/problems#step-up-required
Статус
403
Значение
Recent authentication is required to perform this security-sensitive action.
Решение
Authenticate again with an accepted method, then retry the action.
Расширения
  • codeStable short alias for the problem type URI.