Module: A2A::JsonRpc::ErrorCode
- Defined in:
- lib/simple_a2a/json_rpc.rb
Overview
A2A-defined JSON-RPC error codes
Constant Summary collapse
- PARSE_ERROR =
-32700
- INVALID_REQUEST =
-32600
- METHOD_NOT_FOUND =
-32601
- INVALID_PARAMS =
-32602
- INTERNAL_ERROR =
-32603
- TASK_NOT_FOUND =
-32001
- TASK_NOT_CANCELABLE =
-32002
- PUSH_NOT_SUPPORTED =
-32003
- UNSUPPORTED_OPERATION =
-32004
- CONTENT_TYPE_NOT_SUPPORTED =
-32005
- INVALID_AGENT_RESPONSE =
-32006
- EXTENSION_REQUIRED =
-32007
- VERSION_NOT_SUPPORTED =
-32008