jingjia88 commented on code in PR #4345:
URL: https://github.com/apache/gravitino/pull/4345#discussion_r1706987806
##########
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:
Done!
--
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]