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

Missing impl Error for JobSchedulerError #23

Closed
czocher opened this issue Apr 26, 2022 · 1 comment
Closed

Missing impl Error for JobSchedulerError #23

czocher opened this issue Apr 26, 2022 · 1 comment

Comments

@czocher
Copy link

czocher commented Apr 26, 2022

Adding and std::error::Error implmenentation for JobSchedulerErrror would make it much simpler to use with some error handling libraries, such as eyre.

I suggest using thiserror to auto-generate an implementation.

@mvniekerk if you find this to be a good idea I can implement it, just notify me ;).

@mvniekerk
Copy link
Owner

Hi @czocher
Check out v0.7.0, it implements std::error::Error now.

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

2 participants