renza

Errors

rate_limited

Returned as rate_limit_error with HTTP 429.

What happened

Too many requests in a window.

How to fix it

Back off and retry after a delay; honor the `RateLimit-*` response headers. Batch or paginate where possible.

The envelope

{
  "error": {
    "type": "rate_limit_error",
    "code": "rate_limited",
    "message": "",
    "request_id": "req_8f2c4a1b",
    "doc_url": "https://docs.renza.io/errors/rate_limited"
  }
}

See Errors for the full contract, and note the CLI maps this to a stable exit code — see Output & exit codes.