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
Currently the crate makes use of anyhow::Result to handle errors. We should implement crate-specific errors using this-error, like we already do with other projects we have.
The text was updated successfully, but these errors were encountered:
Currently the crate makes use of
anyhow::Result
to handle errors. We should implement crate-specific errors usingthis-error
, like we already do with other projects we have.The text was updated successfully, but these errors were encountered: