Exception: MLB::TooManyRequests

Inherits:
ClientError show all
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

#code, #response

Method Summary

Methods inherited from HTTPError

#initialize

Constructor Details

This class inherits a constructor from MLB::HTTPError