Uses of Class
com.mulesoft.connectors.a2a.internal.error.exception.AgentCardDiscoveryException
Packages that use AgentCardDiscoveryException
Package
Description
-
Uses of AgentCardDiscoveryException in com.mulesoft.connectors.a2a.internal.client.helper
Methods in com.mulesoft.connectors.a2a.internal.client.helper that throw AgentCardDiscoveryExceptionModifier and TypeMethodDescriptionstatic AgentCardAgentCardHelper.handleAgentCardResponse(URI requestUri, org.mule.runtime.extension.api.runtime.operation.Result<String, ResponseAttributes> result, A2AProtocolSerializer serializer) Parses and validates the agent card from JSON.static AgentCardAgentCardHelper.parseAgentCard(URI requestUri, String json, A2AProtocolSerializer serializer) Converts a JSON string to an AgentCard using the provided serializer.static URIAgentCardHelper.validateServerUrl(String serverUrl) Validates the server URL and returns a URI object. -
Uses of AgentCardDiscoveryException in com.mulesoft.connectors.a2a.internal.error.exception
Modifier and TypeClassDescriptionstatic classException thrown when the agent card endpoint returns a non-200 HTTP status code.static classException thrown when the agent card JSON cannot be parsed or is invalid.static classException thrown when the agent card endpoint is not found (404).static classException thrown when the connection to the agent card endpoint times out.