Uses of Enum Class
org.a2aproject.sdk.spec.A2AErrorCodes
Packages that use A2AErrorCodes
-
Uses of A2AErrorCodes in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return A2AErrorCodesModifier and TypeMethodDescriptionstatic @Nullable A2AErrorCodesA2AErrorCodes.fromCode(int code) Looks up an error code enum constant by its JSON-RPC numeric code.static A2AErrorCodesReturns the enum constant of this class with the specified name.static A2AErrorCodes[]A2AErrorCodes.values()Returns an array containing the constants of this enum class, in the order they are declared.