Uses of Enum Class
com.mulesoft.connectors.a2a.internal.error.A2AErrorTypes
Packages that use A2AErrorTypes
Package
Description
-
Uses of A2AErrorTypes in com.mulesoft.connectors.a2a.internal.error
Methods in com.mulesoft.connectors.a2a.internal.error that return A2AErrorTypesModifier and TypeMethodDescriptionstatic A2AErrorTypesA2AErrorTypes.fromRpcErrorCode(Integer errorCode) static A2AErrorTypesReturns the enum constant of this class with the specified name.static A2AErrorTypes[]A2AErrorTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mulesoft.connectors.a2a.internal.error that return types with arguments of type A2AErrorTypesModifier and TypeMethodDescriptionstatic Optional<A2AErrorTypes>ErrorUtils.getA2AErrorType(Throwable throwable) Retrieves theA2AErrorTypesfrom a givenThrowable, if present. -
Uses of A2AErrorTypes in com.mulesoft.connectors.a2a.internal.server.agent.utils
Methods in com.mulesoft.connectors.a2a.internal.server.agent.utils with parameters of type A2AErrorTypesModifier and TypeMethodDescriptionstatic voidServerAgentUtils.sendFailureHttpResponse(Integer httpStatusCode, A2AErrorTypes errorType, String message, JsonRpcRequest request, org.mule.runtime.http.api.server.async.HttpResponseReadyCallback callback, JsonRpcSerializer serializer)