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
In CognitoUser.getSession(), generic Exceptions are thrown. To differentiate between them, operations need to be done on the output from toString(), which isn't great.
Could these be changed to dedicated object for each cause?
The text was updated successfully, but these errors were encountered:
In
CognitoUser.getSession()
, genericException
s are thrown. To differentiate between them, operations need to be done on the output fromtoString()
, which isn't great.Could these be changed to dedicated object for each cause?
The text was updated successfully, but these errors were encountered: