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
I keep tacking stuff on to it, but realistically it should have just an Opaque error type to catch all the IO / HTTP / whatever stuff, and then other values for TUF failures.
The text was updated successfully, but these errors were encountered:
So apparently there's this black magic stuff called error-chain that I should probably be using because omg every time I have to debug a nested error, I want to die.
I keep tacking stuff on to it, but realistically it should have just an
Opaque
error type to catch all the IO / HTTP / whatever stuff, and then other values for TUF failures.The text was updated successfully, but these errors were encountered: