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
Currently, all error handling is through raw returns of HTTP status codes. The library should throw standard Python exceptions on failure, hopefully giving error messages explaining what happened and why.