Better error handling #10
Labels
enhancement
New feature or request
Needs thought
Cannot tackle it without some plan
QoL
Using this software must not be a pain
I use
Result<O, E>
somewhere in the codebase, but without any coherence. It would be better if I use it extensively as it forces me to handle errors. The worst part is making it work withUni<T>
without ruining the code readability.Another thing: I do not map any exception to HTTP responses, only 500 errors, and it's ugly.
The text was updated successfully, but these errors were encountered: