noidname01 commented on code in PR #4345:
URL: https://github.com/apache/gravitino/pull/4345#discussion_r1706420386
##########
clients/client-python/gravitino/exceptions/base.py:
##########
@@ -95,10 +95,17 @@ class UnknownError(RuntimeError):
"""An exception thrown when other unknown exception is thrown"""
+class ConnectionFailedException(GravitinoRuntimeException):
+ """An exception thrown when connect to catalog failed."""
+
+
+class CatalogAlreadyExistsException(AlreadyExistsException):
Review Comment:
Just like the previous PR, I think it's better to group it with same type of
exceptions.
--
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]