gravitino.exceptions.handlers.oauth_error_handler.OAuthErrorHandler¶
- class gravitino.exceptions.handlers.oauth_error_handler.OAuthErrorHandler¶
 Bases:
RestErrorHandler- __init__()¶
 
Methods
- handle(error_response: OAuth2ErrorResponse)¶
 Handles the error response and raise the appropriate Exception. The implementation will use the provided error response to determine which exception to raise.
- Args:
 error_response: the error response from the server
- Raises:
 appropriate Exception.