We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As it stands now, we have no way to propagate/generate gRPC statuses from a server application. Whenever the application errors, the server encodes it into an UNKNOWN status. The codes are documented here: https://github.com/grpc/grpc.io/blob/main/content/en/docs/guides/status-codes.md
UNKNOWN
The text was updated successfully, but these errors were encountered:
I think adding a StatusRuntimeException like in grpc-java might make sense. And seems easy to implement as well.
StatusRuntimeException
Sorry, something went wrong.
this sounds reasonable, would you be willing to add a PR for that?
Sure thing, I'll give it a stab soon.
No branches or pull requests
As it stands now, we have no way to propagate/generate gRPC statuses from a server application. Whenever the application errors, the server encodes it into an
UNKNOWN
status. The codes are documented here: https://github.com/grpc/grpc.io/blob/main/content/en/docs/guides/status-codes.mdThe text was updated successfully, but these errors were encountered: