hughhhh commented on a change in pull request #14881:
URL: https://github.com/apache/superset/pull/14881#discussion_r660954867
##########
File path: superset/errors.py
##########
@@ -156,6 +157,9 @@ class SupersetErrorType(str, Enum):
SupersetErrorType.CONNECTION_PORT_CLOSED_ERROR: [
{"code": 1008, "message": _("Issue 1008 - The port is closed.")},
],
+ SupersetErrorType.CONNECTION_INVALID_PORT_ERROR: [
+ {"code": 1021, "message": _("Issue 1021 - Port number is invalid.")},
Review comment:
i'm working on this now
--
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]