Uses of Class
io.a2a.spec.JSONRPCError
Packages that use JSONRPCError
-
Uses of JSONRPCError in io.a2a.spec
Subclasses of JSONRPCError in io.a2a.specModifier and TypeClassDescriptionclassAn A2A-specific error indicating that the agent does not have an Authenticated Extended Card configuredclassAn A2A-specific error indicating an incompatibility between the requested content types and the agent's capabilities.classAn error indicating an internal error on the server.classAn A2A-specific error indicating that the agent returned a response that does not conform to the specification for the current method.classAn error indicating that the method parameters are invalid.classAn error indicating that the JSON sent is not a valid Request object.classAn error indicating that the server received invalid JSON.classAn error indicating that the requested method does not exist or is not available.classAn A2A-specific error indicating that the agent does not support push notifications.classAn A2A-specific error indicating that the task is in a state where it cannot be canceled.classAn A2A-specific error indicating that the requested task ID was not found.classAn A2A-specific error indicating that the requested operation is not supported by the agent.Fields in io.a2a.spec declared as JSONRPCErrorMethods in io.a2a.spec that return JSONRPCErrorModifier and TypeMethodDescriptionJSONRPCErrorDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext context) JSONRPCResponse.getError()Methods in io.a2a.spec with parameters of type JSONRPCErrorModifier and TypeMethodDescriptionvoidJSONRPCErrorSerializer.serialize(JSONRPCError value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) Constructors in io.a2a.spec with parameters of type JSONRPCErrorModifierConstructorDescriptionCancelTaskResponse(Object id, JSONRPCError error) CancelTaskResponse(String jsonrpc, Object id, Task result, JSONRPCError error) DeleteTaskPushNotificationConfigResponse(String jsonrpc, Object id, Void result, JSONRPCError error) GetAuthenticatedExtendedCardResponse(String jsonrpc, Object id, AgentCard result, JSONRPCError error) GetTaskPushNotificationConfigResponse(String jsonrpc, Object id, TaskPushNotificationConfig result, JSONRPCError error) GetTaskResponse(Object id, JSONRPCError error) GetTaskResponse(String jsonrpc, Object id, Task result, JSONRPCError error) JSONRPCErrorResponse(JSONRPCError error) JSONRPCErrorResponse(Object id, JSONRPCError error) JSONRPCErrorResponse(String jsonrpc, Object id, Void result, JSONRPCError error) JSONRPCResponse(String jsonrpc, Object id, T result, JSONRPCError error, Class<T> resultType) ListTaskPushNotificationConfigResponse(String jsonrpc, Object id, List<TaskPushNotificationConfig> result, JSONRPCError error) SendMessageResponse(Object id, JSONRPCError error) SendMessageResponse(String jsonrpc, Object id, EventKind result, JSONRPCError error) SendStreamingMessageResponse(Object id, JSONRPCError error) SendStreamingMessageResponse(String jsonrpc, Object id, StreamingEventKind result, JSONRPCError error) SetTaskPushNotificationConfigResponse(String jsonrpc, Object id, TaskPushNotificationConfig result, JSONRPCError error) Constructor parameters in io.a2a.spec with type arguments of type JSONRPCError