Uses of Class
io.a2a.spec.A2AError

Packages that use A2AError
Package
Description
JSON processing exceptions for the A2A Java SDK.
  • Uses of A2AError in io.a2a.spec

    Subclasses of A2AError in io.a2a.spec
    Modifier and Type
    Class
    Description
    class 
    Represents a protocol-level error in the A2A Protocol with a reference URL.
    class 
    A2A Protocol error indicating incompatibility between requested content types and agent capabilities.
    class 
    A2A Protocol error indicating that the agent does not have an authenticated extended card configured.
    class 
    A2A Protocol error indicating that a client requested use of an extension marked as required but did not declare support for it.
    class 
    JSON-RPC error indicating an internal error occurred on the server.
    class 
    A2A Protocol error indicating that an agent returned a response not conforming to protocol specifications.
    class 
    JSON-RPC error indicating that method parameters are invalid or missing required fields.
    class 
    JSON-RPC error indicating that the request payload is not a valid JSON-RPC Request object.
    class 
    JSON-RPC error indicating that the server received invalid JSON that could not be parsed.
    class 
    JSON-RPC error indicating that the requested method does not exist or is not available.
    class 
    A2A Protocol error indicating that the agent does not support push notifications.
    class 
    A2A Protocol error indicating that a task cannot be canceled in its current state.
    class 
    A2A Protocol error indicating that the requested task ID does not exist.
    class 
    A2A Protocol error indicating that the requested operation is not supported by the agent.
    class 
    A2A Protocol error indicating that the A2A protocol version specified in the request is not supported by the agent.