Exception: A2A::Errors::ResourceExhausted
- Defined in:
- lib/a2a/errors.rb
Overview
Resource exhausted
Instance Attribute Summary
Attributes inherited from A2AError
Instance Method Summary collapse
-
#initialize(message = "Resource exhausted", **options) ⇒ ResourceExhausted
constructor
A new instance of ResourceExhausted.
Methods inherited from A2AError
Constructor Details
#initialize(message = "Resource exhausted", **options) ⇒ ResourceExhausted
Returns a new instance of ResourceExhausted.
144 145 146 |
# File 'lib/a2a/errors.rb', line 144 def initialize( = "Resource exhausted", **) super(, code: -32_010, **) end |