wolfboys commented on PR #3513: URL: https://github.com/apache/incubator-streampark/pull/3513#issuecomment-1926263472
In the current code, the backend still returns error messages to the frontend as before. The key issue is that these error messages are hard-coded and not processed through [i18n](https://github.com/apache/incubator-streampark/issues/3520). You can check out this issue. My suggestion is that after the backend detects an error, it should return a business state code, and the message info for each status code can be handled by the frontend. -- 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]
