Skip to content
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

feat(types): Add gRPC Richer Error Model support (Examples) #1300

Merged
merged 2 commits into from
Mar 14, 2023

Conversation

flemosr
Copy link
Contributor

@flemosr flemosr commented Feb 28, 2023

Motivation

The gRPC Richer Error Model is quite useful to send additional feedback to clients, and is supported by many gRPC libraries in other languages.

Solution

This PR continues the work initiated in #1068, building on the changes made in #1295. It adds examples that show how to implement the richer error model using tonic-types.

Following implementation at flemosr/tonic-richer-error.
Copy link
Member

@LucioFranco LucioFranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! This looks really awesome! Sorry for the delay!

@LucioFranco LucioFranco added this pull request to the merge queue Mar 14, 2023
Merged via the queue into hyperium:master with commit d471212 Mar 14, 2023
@flemosr
Copy link
Contributor Author

flemosr commented Mar 15, 2023

Thanks! I will start working on the last PR of this series!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants