TEMPORARILY_UNAVAILABLE

HTTP 503

What it means

The service is temporarily unable to handle the request due to maintenance or overload.

What to do

Retry after a short delay. Honor the Retry-After header if present. Watch the status page for incident updates.

Envelope

{
  "error": {
    "code": "TEMPORARILY_UNAVAILABLE",
    "http_status": 503,
    "message": "The service is temporarily unable to handle the request due to maintenance or overload.",
    "remediation_hint": "Retry after a short delay. Honor the Retry-After header if present. Watch the status page for incident updates.",
    "docs_url": "https://developers.cognethics.com/errors/TEMPORARILY_UNAVAILABLE",
    "request_id": "0f2c9b6e-...",
    "details": {}
  }
}

Back to Errors & status codes.