Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(tonic): implement From<io::Error> for Status #500

Merged
merged 2 commits into from
Jan 5, 2021

Conversation

jpopesculian
Copy link
Contributor

Implements the conversion from std::io::Error to tonic::Status.

Motivation

The io::Error conversion is currently left as
unimplemented. It either should be implemented or removed if it won't be
implemented.

Solution

Implements the conversion from std::io::Error to
tonic::Status

Implements the conversion from `std::io::Error` to `tonic::Status`.

**Motivation:** The `io::Error` conversion is currently left as
unimplemented. It either should be implemented or removed if it won't be
implemented.

**Solution:** Implements the conversion from `std::io::Error` to
`tonic::Status`
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.

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants