| Class | Description |
|---|---|
| MsalArgumentException | |
| MsalClientException |
This exception class represents general errors that are local to the library.
|
| MsalDeclinedScopeException |
Exception class to indicate that one or more requested scopes have been declined by the server.
|
| MsalException |
MsalException thrown or sent back via callback, representing the detailed exception
thrown by the sdk. |
| MsalIntuneAppProtectionPolicyRequiredException | |
| MsalServiceException |
This exception class represents errors when communicating to the service, can be from the authorize or token endpoints.
|
| MsalUiRequiredException |
This exception indicates that UI is required for authentication to succeed.
|
| MsalUserCancelException |
MSAL internal exception for user cancelling the flow.
|