|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ADALError in com.microsoft.aad.adal |
|---|
| Fields in com.microsoft.aad.adal declared as ADALError | |
|---|---|
protected ADALError |
AuthenticationException.mCode
|
| Methods in com.microsoft.aad.adal that return ADALError | |
|---|---|
ADALError |
AuthenticationException.getCode()
Gets ADALError code. |
static ADALError |
ADALError.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ADALError[] |
ADALError.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.microsoft.aad.adal with parameters of type ADALError | |
|---|---|
static void |
Logger.e(String tag,
String message,
String additionalMessage,
ADALError errorCode)
|
static void |
Logger.e(String tag,
String message,
String additionalMessage,
ADALError errorCode,
Throwable err)
|
void |
Logger.error(String tag,
String message,
String additionalMessage,
ADALError errorCode)
|
void |
Logger.error(String tag,
String message,
String additionalMessage,
ADALError errorCode,
Throwable err)
|
static void |
Logger.i(String tag,
String message,
String additionalMessage,
ADALError errorCode)
|
void |
Logger.inform(String tag,
String message,
String additionalMessage,
ADALError errorCode)
|
void |
Logger.ILogger.Log(String tag,
String message,
String additionalMessage,
Logger.LogLevel level,
ADALError errorCode)
|
static void |
Logger.v(String tag,
String message,
String additionalMessage,
ADALError errorCode)
|
void |
Logger.verbose(String tag,
String message,
String additionalMessage,
ADALError errorCode)
|
static void |
Logger.w(String tag,
String message,
String additionalMessage,
ADALError errorCode)
|
void |
Logger.warn(String tag,
String message,
String additionalMessage,
ADALError errorCode)
|
| Constructors in com.microsoft.aad.adal with parameters of type ADALError | |
|---|---|
AuthenticationException(ADALError code)
Constructs a new AuthenticationException with error code. |
|
AuthenticationException(ADALError code,
String details)
|
|
AuthenticationException(ADALError code,
String details,
Throwable throwable)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||