gravitino.exceptions.handlers.owner_error_handler.OwnerErrorHandler¶
- class gravitino.exceptions.handlers.owner_error_handler.OwnerErrorHandler¶
Bases:
RestErrorHandlerError handler specific to Owner operations.
- __init__()¶
Methods
- handle(error_response) None¶
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.