Errors
Errors use standard status codes and a stable machine-readable code. Only the human message changes between releases.
{
"error": {
"code": "invalid_request",
"message": "region is not supported",
"request_id": "req_5Nk09"
}
}| Status | Code | Meaning |
|---|---|---|
| 400 | invalid_request | The payload failed validation. |
| 401 | unauthorized | Missing, revoked or malformed token. |
| 409 | conflict | The resource changed since you read it. |
| 429 | rate_limited | Retry after the seconds given in the header. |
Always log request_id; support cannot trace a report without it.