You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change does not fully implement #1, rather it is a first step in
the right direction. A new error_html() function is used for all the
map_err() from the previous implementation. To make that possible, a new
Error enum was born.
Error handling is currently only partially and poorly done. Do it overall and properly.
Create an error type to aggregate errors, fail gracefully rather than panic, etc.
If the logger is already in place, well, make good use of it.
The text was updated successfully, but these errors were encountered: