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
Using stringly-typed errors is bad practice for libs, because the users can't match a specific error easily. We could use thiserror instead to expose a few common errors (mis-configuration, etc.).
The text was updated successfully, but these errors were encountered:
Using stringly-typed errors is bad practice for libs, because the users can't match a specific error easily. We could use
thiserror
instead to expose a few common errors (mis-configuration, etc.).The text was updated successfully, but these errors were encountered: