-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[quarkus] Missing Error handler #1294
Comments
/kind enhancement |
/kind good-first-issue |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
When an error/exception occurs, I sometimes want to decorate the actual HTTP response, returned by Quarkus.
Motivation for decorating the error is here.
Now, let's say I have a bogus app that creates a NPE, like:
this gives me this log, on the
kn func run...
console:and the
curl
:It would be nice if the documentation shows how to add an error-handler or the like
The text was updated successfully, but these errors were encountered: