Exception: A2A::Errors::MethodNotFound
- Defined in:
- lib/a2a/errors.rb
Overview
Method not found - The method does not exist / is not available
Instance Attribute Summary
Attributes inherited from A2AError
Instance Method Summary collapse
-
#initialize(message = "Method not found", **options) ⇒ MethodNotFound
constructor
A new instance of MethodNotFound.
Methods inherited from A2AError
Constructor Details
#initialize(message = "Method not found", **options) ⇒ MethodNotFound
Returns a new instance of MethodNotFound.
56 57 58 |
# File 'lib/a2a/errors.rb', line 56 def initialize( = "Method not found", **) super(, code: -32_601, **) end |