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
There are instances left where we currently return strings, i.e., Err<String>. That carries meaning at runtime, but not to for API use.
This can be done gradually and needs some thinking about naming.