edgee-cloud / edgee

The full-stack edge platform for your edge oriented applications.
https://www.edgee.cloud
Apache License 2.0
37 stars 6 forks source link

Improve error handling #82

Open KokaKiwi opened 1 month ago

KokaKiwi commented 1 month ago

Is your feature request related to a problem? Please describe.

Error reporting is a big part in user interaction, thus it would be greatly beneficial to improve error handling. As in:

Describe the solution you'd like

Additional context

Kind of a repetition, but the Rust Book chapter on error handling is a really good lecture: Chapter 9: Error Handling of The Rust Book