robocanic opened a new pull request, #1353: URL: https://github.com/apache/dubbo-admin/pull/1353
**Please provide a description of this PR:** Defined a unified error and separate application domain into handler and service, make it more reasonable. **To help us figure out who should review this PR, please put an X in all the areas that this PR affects.** - [ ] Docs - [ ] Installation - [ ] User Experience - [ ] Dubboctl - [x] Console - [x] Core Component **Please check any characteristics that apply to this pull request.** In the past, we don't have a unified error, when we defined an error, we usually wrap it with `fmt.ErrorOf` and return it, when the error returned to console handler, we cannot recognize the type of error. So the error message showed in the frontend is in a mess. So unifying the error code is needed. The pr also provide a example refractor of error handle and service separation. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
