Exception: A2A::Errors::RateLimitExceeded
- Defined in:
- lib/a2a/errors.rb
Overview
Rate limit exceeded
Instance Attribute Summary
Attributes inherited from A2AError
Instance Method Summary collapse
-
#initialize(message = "Rate limit exceeded", **options) ⇒ RateLimitExceeded
constructor
A new instance of RateLimitExceeded.
Methods inherited from A2AError
Constructor Details
#initialize(message = "Rate limit exceeded", **options) ⇒ RateLimitExceeded
Returns a new instance of RateLimitExceeded.
116 117 118 |
# File 'lib/a2a/errors.rb', line 116 def initialize( = "Rate limit exceeded", **) super(, code: -32_006, **) end |