dockerzhang commented on code in PR #10005:
URL: https://github.com/apache/inlong/pull/10005#discussion_r1571657838


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/ErrorCodeEnum.java:
##########
@@ -73,6 +73,7 @@ public enum ErrorCodeEnum {
     DATA_NODE_NOT_FOUND(1150, "Data node information does not exist"),
     DATA_NODE_TYPE_NOT_SUPPORTED(1151, "Data node type '%s' not supported"),
     DATA_NODE_ID_CHANGED(1152, "Data node information's id not equals"),
+    DATA_NODE_INFO_INCORRECT(1153, "data node info was incorrect"),

Review Comment:
   ```suggestion
       DATA_NODE_INFO_INCORRECT(1153, "Data node 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]

Reply via email to