aloyszhang commented on code in PR #9933:
URL: https://github.com/apache/inlong/pull/9933#discussion_r1555184898
##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/ErrorCodeEnum.java:
##########
@@ -156,6 +156,13 @@ public enum ErrorCodeEnum {
AUDIT_SOURCE_URL_NOT_SUPPORTED(4003, "Audit Source URL '%s' not
supported"),
TENANT_NOT_EXIST(5001, "Tenant '%s' is not exist"),
+
+ MODULE_NOT_FOUND(6001, "Module does not exist/no operation authority"),
+ MODULE_INFO_INCORRECT(6002, "Module info was incorrect"),
+
+ PACKAGE_NOT_FOUND(7001, "Package does not exist/no operation authority"),
+ PACKAGE_INFO_INCORRECT(7002, "Package info was incorrect"),
+
;
Review Comment:
```suggestion
PACKAGE_INFO_INCORRECT(7002, "Package info was incorrect");
```
--
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]