aloyszhang commented on code in PR #11699:
URL: https://github.com/apache/inlong/pull/11699#discussion_r1923199666


##########
inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/common/ErrorCode.java:
##########
@@ -62,6 +62,25 @@ public enum ErrorCode {
     META_FIELD_VALUE_ILLEGAL(54, "Meta field value illegal"),
 
     //
+    CONNECTION_UNAVAILABLE(111, "Connection unavailable"),
+    CONNECTION_BREAK(112, "Connection break"),
+    CONNECTION_UNWRITABLE(113, "Connection unwritable"),
+    CONNECTION_WRITE_EXCEPTION(114, "Connection write exception"),
+    DUPLICATED_MESSAGE_ID(115, "Duplicated message id"),
+    SEND_WAIT_INTERRUPT(116, "Send wait timeout"),

Review Comment:
   Wrong error msg



-- 
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: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to