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
Is your feature request related to a problem? Please describe.
Some of the error messages are constants in the exception classes whereas other are constants in the new MsalError class. We should have only one mechanism (errors in the exception types preferred when it makes sense).
Describe the solution you'd like
Move the error codes from MsalError to the right Exception class if that makes sense
Describe alternatives you've considered
Move the constants from the Msal Exceptions to the MsalError class.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Some of the error messages are constants in the exception classes whereas other are constants in the new
MsalError
class. We should have only one mechanism (errors in the exception types preferred when it makes sense).Describe the solution you'd like
Move the error codes from MsalError to the right Exception class if that makes sense
Describe alternatives you've considered
Move the constants from the Msal Exceptions to the MsalError class.
The text was updated successfully, but these errors were encountered: