You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created my custom BadRequest and InternalServerError responses for specific cases, I also pass the exception as a parameter but nothing is returned with the response, no content, it's empty.
What should I do if I want the details of the exception returned?
Hi,
I created my custom BadRequest and InternalServerError responses for specific cases, I also pass the exception as a parameter but nothing is returned with the response, no content, it's empty.
What should I do if I want the details of the exception returned?
I tried the code below:
but it did not help, though I'm not sure where should I insert it to make things work.
Cheers,
Csaba
The text was updated successfully, but these errors were encountered: