You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/28 13:40:02 UTC

[GitHub] [incubator-seatunnel] ashulin commented on a diff in pull request #2928: [ST-Engine] [Merge] Merge SeaTunnel Engine Branch to dev

ashulin commented on code in PR #2928:
URL: https://github.com/apache/incubator-seatunnel/pull/2928#discussion_r982419717


##########
seatunnel-server/seatunnel-server-common/src/main/java/org/apache/seatunnel/server/common/SeatunnelErrorEnum.java:
##########
@@ -43,7 +43,7 @@ public enum SeatunnelErrorEnum {
     UNSUPPORTED_OPERATION(99996, "unsupported operation", "This operation [%s] is not supported now."),
     HTTP_REQUEST_FAILED(99997, "http request failed", "Http request failed, url is %s"),
     ILLEGAL_STATE(99998, "illegal state", "%s"),
-    UNKNOWN(99999, "unknown exception", "Unknown exception")
+    UNKNOWN(99999, "unknown exception", "%s")

Review Comment:
   Changes that are not part of the engine



-- 
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-unsubscribe@seatunnel.apache.org

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