com.nimbusds.oauth2.sdk
Interface ErrorResponse

All Superinterfaces:
Message, Response
All Known Implementing Classes:
AuthorizationErrorResponse, ClientRegistrationErrorResponse, OIDCAuthorizationErrorResponse, OIDCTokenErrorResponse, TokenErrorResponse, UserInfoErrorResponse

public interface ErrorResponse
extends Response

Response message indicating an error.

Author:
Vladimir Dzhuvinov

Method Summary
 ErrorObject getErrorObject()
          Gets the error associated with the error response.
 
Methods inherited from interface com.nimbusds.oauth2.sdk.Response
toHTTPResponse
 

Method Detail

getErrorObject

ErrorObject getErrorObject()
Gets the error associated with the error response.

Returns:
The error, null if none.


Copyright © 2013 NimbusDS. All Rights Reserved.