Exception: A2A::Errors::ParseError
- Defined in:
- lib/a2a/errors.rb
Overview
Parse error - Invalid JSON was received by the server
Instance Attribute Summary
Attributes inherited from A2AError
Instance Method Summary collapse
-
#initialize(message = "Parse error", **options) ⇒ ParseError
constructor
A new instance of ParseError.
Methods inherited from A2AError
Constructor Details
#initialize(message = "Parse error", **options) ⇒ ParseError
Returns a new instance of ParseError.
42 43 44 |
# File 'lib/a2a/errors.rb', line 42 def initialize( = "Parse error", **) super(, code: -32_700, **) end |