Exception: A2A::Errors::TaskNotCancelable
- Defined in:
- lib/a2a/errors.rb
Overview
Task cannot be canceled
Instance Attribute Summary
Attributes inherited from A2AError
Instance Method Summary collapse
-
#initialize(message = "Task cannot be canceled", **options) ⇒ TaskNotCancelable
constructor
A new instance of TaskNotCancelable.
Methods inherited from A2AError
Constructor Details
#initialize(message = "Task cannot be canceled", **options) ⇒ TaskNotCancelable
Returns a new instance of TaskNotCancelable.
88 89 90 |
# File 'lib/a2a/errors.rb', line 88 def initialize( = "Task cannot be canceled", **) super(, code: -32_002, **) end |