Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
9 stars 5 forks source link

Use Anyhow for better Error Messages #137

Open Ichmed opened 1 year ago

Ichmed commented 1 year ago

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