Package io.a2a.spec
Class JSONRPCErrorResponse
- All Implemented Interfaces:
JSONRPCMessage
A JSON RPC error response.
-
Field Summary
Fields inherited from class io.a2a.spec.JSONRPCResponse
error, id, jsonrpc, resultFields inherited from interface io.a2a.spec.JSONRPCMessage
JSONRPC_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionJSONRPCErrorResponse(JSONRPCError error) JSONRPCErrorResponse(Object id, JSONRPCError error) JSONRPCErrorResponse(String jsonrpc, Object id, Void result, JSONRPCError error) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCResponse
getError, getId, getJsonrpc, getResult
-
Constructor Details
-
JSONRPCErrorResponse
-
JSONRPCErrorResponse
-
JSONRPCErrorResponse
-