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
Because we return Results instead of panicking, we lose the stack trace that actually generated the error. We can mitigate this by having some/all calls to functions that can error wrap the result with additional context
Because we return Results instead of panicking, we lose the stack trace that actually generated the error. We can mitigate this by having some/all calls to functions that can error wrap the result with additional context