Hisoka-X commented on code in PR #5928:
URL: https://github.com/apache/seatunnel/pull/5928#discussion_r1411634107


##########
seatunnel-common/src/main/java/org/apache/seatunnel/common/exception/CommonErrorCode.java:
##########
@@ -38,7 +39,13 @@ public enum CommonErrorCode implements SeaTunnelErrorCode {
             "'<catalogName>' table '<tableName>' unsupported get catalog table 
with field data types '<fieldWithDataTypes>'"),
     GET_CATALOG_TABLES_WITH_UNSUPPORTED_TYPE_ERROR(
             "COMMON-21",
-            "'<catalogName>' tables unsupported get catalog table,the 
corresponding field types in the following tables are not supported: 
'<tableUnsupportedTypes>'");
+            "'<catalogName>' tables unsupported get catalog table,the 
corresponding field types in the following tables are not supported: 
'<tableUnsupportedTypes>'"),
+    FILE_NOT_EXISTED(
+            "COMMON-22",
+            "'<identifier>' '<operation>' file '<fileName>' failed, because it 
not existed."),
+    WRITE_SEATUNNEL_ROW_ERROR(
+            "COMMON-22",
+            "'<connector>' write SeaTunnelRow failed, the SeaTunnelRow value 
is <seaTunnelRow>.");

Review Comment:
   Yep, thanks for remind. I will change it before this PR ready.



-- 
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