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
The API review noted that handling different statuses by doing control flow based on instance variables is awkward. It would be more user friendly to have a subclass of BadStatus for each status code. This can be done in a backwards compatible way.