vert-x3 / vertx-service-proxy

EventBus Proxy generation
Apache License 2.0
67 stars 58 forks source link

ServiceException debugInfo is filled with cause #90

Closed slinkydeveloper closed 5 years ago

slinkydeveloper commented 5 years ago

When an exception is thrown by the service or the underlying handler, include the debugging info in the ServiceException, that you can access using ServiceException.getDebugInfo(). The included info are the canonical name of the exception, the message and the stacktrace Fixes #88

jponge commented 5 years ago

Hum I hit the wrong button, I have a question :-)

slinkydeveloper commented 5 years ago

Honestly I don't know if it could be useful or not, and if it increase too much the payload

slinkydeveloper commented 5 years ago

Maybe now we can avoid it and if someone asks for it we can add it

jponge commented 5 years ago

Yeah, let's keep it that way