Interface ErrorResponse

All Superinterfaces:
Message, Response
All Known Implementing Classes:
AuthenticationErrorResponse, AuthorizationErrorResponse, CIBAErrorResponse, ClientRegistrationErrorResponse, DeviceAuthorizationErrorResponse, FederationEntityConfigurationErrorResponse, PushedAuthorizationErrorResponse, RequestObjectPOSTErrorResponse, TokenErrorResponse, TokenIntrospectionErrorResponse, UserInfoErrorResponse

public interface ErrorResponse extends Response
Response message indicating an error.
  • Method Details

    • getErrorObject

      Gets the error associated with the error response.
      Returns:
      The error, null if none.