rate_limit_exceeded
Errors · rate_limit_error
HTTP 429 · type rate_limit_error
Your API key hit ChronaPilot's rate limit.
When it fires
You exceeded the per-key rate limit. See retry_after_seconds.
Recovery
Backoff and retry with jitter. If you regularly hit limits, contact support to provision a higher rate.
Example response
JSON
{
"error": {
"type": "rate_limit_error",
"code": "rate_limit_exceeded",
"message": "Your API key hit ChronaPilot's rate limit.",
"doc_url": "https://docs.chronapilot.com/errors/rate-limit-exceeded",
"request_id": "req_1A2b3C4d5E6f"
}
}