-
Notifications
You must be signed in to change notification settings - Fork 118
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
Set error code and error message? #234
Comments
Well, I did it like that:
It will return:
|
Exceptions are actually handled with the next method: |
I believe you can use |
That's correct, but it's not possible to introduce some common logic for exception handling because of that. |
I see. Can you propose an API change in a PR? I'm open to making this work if I can better understand what you need. |
Yeah, i'll try to find the time to do that |
@rmichela Hello, just want to ask about related issue we faced. UPD: Added PR to handle this #289 |
Hi,
How can I set error codes and error messages when using reactive-grpc with Reactor?
Currently, my grpc server only sends errors with Code: Unknown and empty messages.
Thank you.
The text was updated successfully, but these errors were encountered: