Class MSQAErrorString
- java.lang.Object
-
- com.microsoft.quickauth.signin.error.MSQAErrorString
-
public class MSQAErrorString extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HTTP_ACCOUNT_REQUEST_ERROR
Http account info request errorstatic java.lang.String
HTTP_REQUEST_ACCOUNT_INFO_ERROR_MESSAGE
static java.lang.String
HTTP_REQUEST_ERROR
Http request errorstatic java.lang.String
INTERRUPTED_ERROR
Thread interrupted errorstatic java.lang.String
NO_CONFIGURATION_FILE_ERROR
Configuration file does not exist.static java.lang.String
NO_CONFIGURATION_FILE_ERROR_MESSAGE
static java.lang.String
NO_CURRENT_ACCOUNT
No account currently signed in to SingleAccountPublicClientApplicationstatic java.lang.String
NO_CURRENT_ACCOUNT_ERROR_MESSAGE
static java.lang.String
NO_SCOPE_ERROR
No scope errorstatic java.lang.String
NO_SCOPE_ERROR_MESSAGE
static java.lang.String
UNKNOWN_ERROR
Unknown error.static java.lang.String
USER_CANCEL_ERROR
User cancel errorstatic java.lang.String
USER_CANCEL_ERROR_MESSAGE
-
Constructor Summary
Constructors Constructor Description MSQAErrorString()
-
-
-
Field Detail
-
NO_CONFIGURATION_FILE_ERROR
public static final java.lang.String NO_CONFIGURATION_FILE_ERROR
Configuration file does not exist.- See Also:
- Constant Field Values
-
NO_CONFIGURATION_FILE_ERROR_MESSAGE
public static final java.lang.String NO_CONFIGURATION_FILE_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
NO_CURRENT_ACCOUNT
public static final java.lang.String NO_CURRENT_ACCOUNT
No account currently signed in to SingleAccountPublicClientApplication- See Also:
- Constant Field Values
-
NO_CURRENT_ACCOUNT_ERROR_MESSAGE
public static final java.lang.String NO_CURRENT_ACCOUNT_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
INTERRUPTED_ERROR
public static final java.lang.String INTERRUPTED_ERROR
Thread interrupted error- See Also:
- Constant Field Values
-
HTTP_REQUEST_ERROR
public static final java.lang.String HTTP_REQUEST_ERROR
Http request error- See Also:
- Constant Field Values
-
HTTP_ACCOUNT_REQUEST_ERROR
public static final java.lang.String HTTP_ACCOUNT_REQUEST_ERROR
Http account info request error- See Also:
- Constant Field Values
-
HTTP_REQUEST_ACCOUNT_INFO_ERROR_MESSAGE
public static final java.lang.String HTTP_REQUEST_ACCOUNT_INFO_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
NO_SCOPE_ERROR
public static final java.lang.String NO_SCOPE_ERROR
No scope error- See Also:
- Constant Field Values
-
NO_SCOPE_ERROR_MESSAGE
public static final java.lang.String NO_SCOPE_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
USER_CANCEL_ERROR
public static final java.lang.String USER_CANCEL_ERROR
User cancel error- See Also:
- Constant Field Values
-
USER_CANCEL_ERROR_MESSAGE
public static final java.lang.String USER_CANCEL_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
UNKNOWN_ERROR
public static final java.lang.String UNKNOWN_ERROR
Unknown error.- See Also:
- Constant Field Values
-
-