Skip to content

rate_limited

View as Markdown

Too many requests. Retry after the interval in the Retry-After header. Returned with HTTP 429; retrying can succeed.

PropertyValue
HTTP status429
RetryableYes
typehttps://fylane.dev/errors/rate-limited

This error is transient. Retry with backoff, reusing the same idempotency key so the retry cannot double-charge you.

Example response
{
  "type": "https://fylane.dev/errors/rate-limited",
  "code": "rate_limited",
  "message": "Too many requests. Retry after the interval in the Retry-After header.",
  "retryable": true,
  "request_id": "req_01JBQ8Z5T7WXK9MNP2RSTVA3C4",
  "docs_url": "https://fylane.dev/docs/errors/rate-limited"
}

Quote the request_id if you contact support. It is the same value returned in the X-Request-Id header and it identifies this exact request in our logs.