I’m having a bit of a fight regarding showing the user the error that came from a SS API:
the message I’m catching in ServiceExceptionHandlers
is the correct one, but the catch (ServiceStack.WebServiceException ex)
only gives me Internal Server Error and nothing more …
The webapp only receives “Internal message error”, how can I pass that really important message back?