rate_limit_exceeded

Too many requests in the current window.

HTTP status429
Error typerate_limit_error
RetryYes, 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.