Exception: A2A::Errors::TaskNotFound
- Defined in:
- lib/a2a/errors.rb
Overview
Task not found
Instance Attribute Summary
Attributes inherited from A2AError
Instance Method Summary collapse
-
#initialize(message = "Task not found", **options) ⇒ TaskNotFound
constructor
A new instance of TaskNotFound.
Methods inherited from A2AError
Constructor Details
#initialize(message = "Task not found", **options) ⇒ TaskNotFound
Returns a new instance of TaskNotFound.
81 82 83 |
# File 'lib/a2a/errors.rb', line 81 def initialize( = "Task not found", **) super(, code: -32_001, **) end |