Exception: A2A::Errors::CapabilityNotSupported
- Defined in:
- lib/a2a/errors.rb
Overview
Capability not supported
Instance Attribute Summary
Attributes inherited from A2AError
Instance Method Summary collapse
-
#initialize(message = "Capability not supported", **options) ⇒ CapabilityNotSupported
constructor
A new instance of CapabilityNotSupported.
Methods inherited from A2AError
Constructor Details
#initialize(message = "Capability not supported", **options) ⇒ CapabilityNotSupported
Returns a new instance of CapabilityNotSupported.
137 138 139 |
# File 'lib/a2a/errors.rb', line 137 def initialize( = "Capability not supported", **) super(, code: -32_009, **) end |