Uses of Class
org.a2aproject.sdk.spec.A2AClientError
Packages that use A2AClientError
Package
Description
HTTP client utilities for A2A protocol communication.
JSON processing exceptions for the A2A Java SDK.
-
Uses of A2AClientError in org.a2aproject.sdk
Methods in org.a2aproject.sdk that throw A2AClientErrorModifier and TypeMethodDescriptionstatic AgentCardA2A.getAgentCard(String agentUrl) Retrieve the agent card for an A2A agent.static AgentCardRetrieve the agent card with custom path and authentication.static AgentCardA2A.getAgentCard(A2AHttpClient httpClient, String agentUrl) Retrieve the agent card using a custom HTTP client.static AgentCardA2A.getAgentCard(A2AHttpClient httpClient, String agentUrl, String relativeCardPath, Map<String, String> authHeaders) Retrieve the agent card with full customization options. -
Uses of A2AClientError in org.a2aproject.sdk.client.http
Methods in org.a2aproject.sdk.client.http that throw A2AClientErrorModifier and TypeMethodDescriptionA2ACardResolver.Builder.build()Builds the A2ACardResolver instance.A2ACardResolver.getAgentCard()Fetches the agent card for this resolver's configured agent. -
Uses of A2AClientError in org.a2aproject.sdk.spec
Subclasses of A2AClientError in org.a2aproject.sdk.specModifier and TypeClassDescriptionclassClient exception indicating an HTTP transport error with a specific status code.classClient exception indicating invalid arguments provided to a client operation.classClient exception indicating an invalid state for the requested operation.classClient exception indicating a JSON serialization or deserialization error.