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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]