Exception: A2A::Errors::AgentUnavailable
- Defined in:
- lib/a2a/errors.rb
Overview
Agent unavailable
Instance Attribute Summary
Attributes inherited from A2AError
Instance Method Summary collapse
-
#initialize(message = "Agent unavailable", **options) ⇒ AgentUnavailable
constructor
A new instance of AgentUnavailable.
Methods inherited from A2AError
Constructor Details
#initialize(message = "Agent unavailable", **options) ⇒ AgentUnavailable
Returns a new instance of AgentUnavailable.
123 124 125 |
# File 'lib/a2a/errors.rb', line 123 def initialize( = "Agent unavailable", **) super(, code: -32_007, **) end |