Exception: MLB::TooManyRequests
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- HTTPError
- ClientError
- MLB::TooManyRequests
- Includes:
- Retryable
- Defined in:
- lib/mlb/errors/too_many_requests.rb
Overview
Error raised for HTTP 429 Too Many Requests responses. These errors indicate rate limiting and are safe to retry after a delay.
Instance Attribute Summary
Attributes inherited from HTTPError
Method Summary
Methods inherited from HTTPError
Constructor Details
This class inherits a constructor from MLB::HTTPError