Exception: A2A::Errors::InternalError
- Defined in:
- lib/a2a/errors.rb
Overview
Internal error - Internal JSON-RPC error
Instance Attribute Summary
Attributes inherited from A2AError
Instance Method Summary collapse
-
#initialize(message = "Internal error", **options) ⇒ InternalError
constructor
A new instance of InternalError.
Methods inherited from A2AError
Constructor Details
#initialize(message = "Internal error", **options) ⇒ InternalError
Returns a new instance of InternalError.
70 71 72 |
# File 'lib/a2a/errors.rb', line 70 def initialize( = "Internal error", **) super(, code: -32_603, **) end |