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
feat(exceptions): separate failed signin error (#1478)
* feat(exceptions): separate failed signin error
Closes#1472
This makes sign in failures their own class of exceptions, while still
inheriting from NotSignedInException to not break backwards
compatability for any existing client code. This should allow users
to get out more specific exceptions more easily on what failed with
their authentication request.
* fix(error): raise exception when ServerInfo.get fails
If ServerInfoItem.from_response gets invalid XML, raise the error
immediately instead of suppressing the error and setting an invalid
version number
* fix(test): add missing test asset
---------
Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
0 commit comments