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
anyhow::Error is an opaque type and dynamically dispatched. It can be useful to present errors as an enum in order for downstream users to see what error has occurred.