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

Error types should implement std::error::Error trait #21

Open
vimmerru opened this issue Sep 24, 2018 · 0 comments
Open

Error types should implement std::error::Error trait #21

vimmerru opened this issue Sep 24, 2018 · 0 comments

Comments

@vimmerru
Copy link

For now all results are Result<T, ErrorCode>. It is hard to use Rust style error handling and libraries like error_chain without implementation of std::error::Error trait for error types

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

No branches or pull requests

1 participant