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
It is very helpful to capture an error which possibly contains a stack trace right before it gets transformed into a status, and replicating the other things the default http error handler does (e.g. trailers) is non-trivial and would also mean not getting any changes from bug fixes.
I can open a PR (trivial task), but wanted to confirm that's ok.
The text was updated successfully, but these errors were encountered:
🚀 Feature
runtime.DefaultHTTPError
was previously exposed in v1, which allowed a user to use something like:It is very helpful to capture an error which possibly contains a stack trace right before it gets transformed into a status, and replicating the other things the default http error handler does (e.g. trailers) is non-trivial and would also mean not getting any changes from bug fixes.
I can open a PR (trivial task), but wanted to confirm that's ok.
The text was updated successfully, but these errors were encountered: