lamyoung commented on issue #6199: URL: https://github.com/apache/dubbo/issues/6199#issuecomment-1024905358
 @stone-98 @CrazyHZM The problem of "new ValidationException(e.getMessage())" as shown in fig causes lost of stack trace of origin exception, what means here losing violations of ConstraintViolationException. consumer only get message like  rather than  It is difficult to get 'some error message' from this compared to violations of ConstraintViolationException. @harvies right? An application scenario is to display the error message on the web page. This is unfriendly  -- 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]
