description: | Rate limit exceeded. Wait for the duration specified in the Retry-After header before making another request. headers: Retry-After: description: | Number of seconds to wait before retrying. Use exponential backoff with jitter if multiple requests are queued. schema: type: integer example: 60 content: application/json: schema: $ref: "../schemas/Error.yaml" example: error: code: RATE_LIMIT_ERROR message: "Rate limit exceeded." detail: "You have exceeded 100 requests per minute. Wait 60 seconds before retrying." request_id: "e5f6a7b8-c9d0-1234-efab-345678901234" field: null