Package com.nimbusds.oauth2.sdk
Interface ErrorResponse
- All Known Implementing Classes:
AuthenticationErrorResponse,AuthorizationErrorResponse,CIBAErrorResponse,ClientRegistrationErrorResponse,DeviceAuthorizationErrorResponse,FederationEntityConfigurationErrorResponse,PushedAuthorizationErrorResponse,RequestObjectPOSTErrorResponse,TokenErrorResponse,TokenIntrospectionErrorResponse,UserInfoErrorResponse
Response message indicating an error.
-
Method Summary
Modifier and TypeMethodDescriptionGets the error associated with the error response.Methods inherited from interface com.nimbusds.oauth2.sdk.Response
indicatesSuccess, toHTTPResponse
-
Method Details
-
getErrorObject
Gets the error associated with the error response.- Returns:
- The error,
nullif none.
-