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 TypeClassDescriptionclassclassclassA2A specific error indicating agent returned invalid response for the current method.classclassclassclassclassclassclassclassFields 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) 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