Exception: ReductoAI::RateLimitError

Inherits:
ClientError show all
Defined in:
lib/reducto_ai/errors.rb

Overview

Raised on 429 Too Many Requests responses.

Indicates API rate limit has been exceeded. Consumers should implement retry logic with backoff.

Instance Attribute Summary

Attributes inherited from Error

#body, #status

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from ReductoAI::Error