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
Wrong macro complicates error handling in swift:
for example can't use statement: catch MSALError.interactionRequired
it's leads to error message: Cast from 'Error' to unrelated type 'MSALError' always fails
The text was updated successfully, but these errors were encountered:
microsoft-authentication-library-for-objc/MSAL/src/public/MSALError.h
Line 131 in 856eea5
Wrong macro complicates error handling in swift:
for example can't use statement:
catch MSALError.interactionRequired
it's leads to error message:
Cast from 'Error' to unrelated type 'MSALError' always fails
The text was updated successfully, but these errors were encountered: