Interface ErrorResponse

All Known Subinterfaces:
AuthorizationErrorResponse
All Known Implementing Classes:
DefaultAuthorizationErrorResponse, OauthErrorResponseException

public interface ErrorResponse
OAuth 2.0 Error Response.
Since:
1.2.0
Author:
Sergio del Amo
See Also:
  • Field Details

  • Method Details

    • getError

      @NonNull @NonNull ErrorCode getError()
      Returns:
      The error code
    • getErrorDescription

      @Nullable @Nullable String getErrorDescription()
      Returns:
      Human-readable ASCII [USASCII] text providing additional information, used to assist the client developer in understanding the errorCode that occurred.
    • getErrorUri

      @Nullable @Nullable String getErrorUri()
      Returns:
      URI identifying a human-readable web page with information about the errorCode