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
we should return io::Errors but with an error message, which would greatly improve the UX, for sure.
I don't think we need a wrapper type, as our error already is the wrapper type :p
We have quite a few error enum variants like this one:
This results in vague error messages like
no such file or directory
without any details about what action failed.We should make all our functions that can return
io::Error
return their own type, with an appropriate error message.The text was updated successfully, but these errors were encountered: