Closed slinkydeveloper closed 5 years ago
Hum I hit the wrong button, I have a question :-)
Honestly I don't know if it could be useful or not, and if it increase too much the payload
Maybe now we can avoid it and if someone asks for it we can add it
Yeah, let's keep it that way
When an exception is thrown by the service or the underlying handler, include the debugging info in the
ServiceException
, that you can access usingServiceException.getDebugInfo()
. The included info are the canonical name of the exception, the message and the stacktrace Fixes #88