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 think we should consider making this a newtype wrapping `u8` with associated constants, rather than an enum. When a client sends a request to a remote server that server can theoretically return any error code it wants, regardless of the spec. For example, if it's a server that supports a newer version of the spec than trouble it could return a code unknown to trouble.
Originally posted by @alexmoon in #151 (comment)
The text was updated successfully, but these errors were encountered: