chl-wxp commented on code in PR #5663:
URL: https://github.com/apache/seatunnel/pull/5663#discussion_r1368052217


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/common/SeaTunnelAPIErrorCode.java:
##########
@@ -29,6 +29,8 @@ public enum SeaTunnelAPIErrorCode implements 
SeaTunnelErrorCode {
     DATABASE_ALREADY_EXISTED("API-07", "Database already existed"),
     TABLE_ALREADY_EXISTED("API-08", "Table already existed"),
     HANDLE_SAVE_MODE_FAILED("API-09", "Handle save mode failed"),
+    SOURCE_ALREADY_HAS_DATA("API-10", "The target data source already has 
data"),
+    SINK_TABLE_NOT_EXIST("API-11", "The sink table not exist");
     ;

Review Comment:
   Has been processed



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