Package io.a2a.spec
Class AuthenticatedExtendedCardNotConfiguredError
java.lang.Object
java.lang.Throwable
java.lang.Error
io.a2a.spec.JSONRPCError
io.a2a.spec.AuthenticatedExtendedCardNotConfiguredError
- All Implemented Interfaces:
A2AError,Event,Serializable
An A2A-specific error indicating that the agent does not have an
Authenticated Extended Card configured
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticatedExtendedCardNotConfiguredError(Integer code, String message, Object data) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCError
getCode, getDataMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_CODE
-
-
Constructor Details
-
AuthenticatedExtendedCardNotConfiguredError
-
AuthenticatedExtendedCardNotConfiguredError
public AuthenticatedExtendedCardNotConfiguredError()
-