rdblue commented on code in PR #5287:
URL: https://github.com/apache/iceberg/pull/5287#discussion_r929463697
##########
python/pyiceberg/exceptions.py:
##########
@@ -34,3 +38,27 @@ class AlreadyExistsError(Exception):
class ValidationError(Exception):
"""Raises when there is an issue with the schema"""
+
+
+class BadCredentialsError(Exception):
Review Comment:
Should the REST exceptions all inherit from `RESTError`? That gives callers
more flexibility to catch REST-related problems in a single `except`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]