public class MsalException
extends BaseException
MsalException thrown or sent back via callback, representing the detailed exception
thrown by the sdk. It will contain the error code, error description (could be null) or
throwable (could be null).| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode() |
java.lang.String |
getMessage()
Return the detailed description explaining why the exception is returned back.
|
public java.lang.String getErrorCode()
MsalException is the top level base exception, for the
constants value of all the error code.public java.lang.String getMessage()