Class A2AErrorMessages

java.lang.Object
org.a2aproject.sdk.common.A2AErrorMessages

public final class A2AErrorMessages extends Object
Standard error message constants for A2A authentication and authorization failures.
  • Field Details

    • AUTHENTICATION_FAILED

      public static final String AUTHENTICATION_FAILED
      Error message returned when client credentials are missing or invalid.
      See Also:
    • AUTHORIZATION_FAILED

      public static final String AUTHORIZATION_FAILED
      Error message returned when the client lacks permission for the requested operation.
      See Also: