rate_limit_exceeded
Too many requests in the current window.
| HTTP status | 429 |
| Error type | rate_limit_error |
| Retry | Yes, after `Retry-After`. |
What to do
Wait for `Retry-After` seconds, then retry.
Response shape
{
"error": {
"type": "rate_limit_error",
"code": "rate_limit_exceeded",
"message": "…",
"doc_url": "https://docs.borga.is/errors/rate_limit_exceeded",
"request_id": "req_…"
}
}See all error codes and how to handle them.