Overview
Errors
Handle failures without treating an incomplete request as success.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Handle failures without treating an incomplete request as success.
{
"error": {
"code": "not_found",
"message": "Resource not found",
"details": {}
}
}
| Status | What to check |
|---|---|
401 | Missing, expired, revoked or invalid credentials. |
403 | The credential lacks permission for the operation. |
404 | The resource does not exist in the caller’s accessible tenant, or the route is unavailable. |
409 | The request conflicts with current state. |
422 | The request fails validation. Inspect safe error details. |
429 | Requests are being rate limited. Back off and respect a retry header when provided. |
5xx | A server or upstream failure. Preserve enough context to diagnose it. |