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

Use Anyhow for better Error Messages #137

Open
Ichmed opened this issue Aug 10, 2023 · 0 comments
Open

Use Anyhow for better Error Messages #137

Ichmed opened this issue Aug 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Ichmed
Copy link
Contributor

Ichmed commented Aug 10, 2023

Using https://github.com/dtolnay/anyhow more context can be added to error messages making them easier to debug.

Alternatively we could extend our current error struct with a Vec<String> and emulate similar functionality

@Ichmed Ichmed added the enhancement New feature or request label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant