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.StringHTTP_ACCOUNT_REQUEST_ERRORHttp account info request errorstatic java.lang.StringHTTP_REQUEST_ACCOUNT_INFO_ERROR_MESSAGEstatic java.lang.StringHTTP_REQUEST_ERRORHttp request errorstatic java.lang.StringINTERRUPTED_ERRORThread interrupted errorstatic java.lang.StringNO_CONFIGURATION_FILE_ERRORConfiguration file does not exist.static java.lang.StringNO_CONFIGURATION_FILE_ERROR_MESSAGEstatic java.lang.StringNO_CURRENT_ACCOUNTNo account currently signed in to SingleAccountPublicClientApplicationstatic java.lang.StringNO_CURRENT_ACCOUNT_ERROR_MESSAGEstatic java.lang.StringNO_SCOPE_ERRORNo scope errorstatic java.lang.StringNO_SCOPE_ERROR_MESSAGEstatic java.lang.StringUNKNOWN_ERRORUnknown error.static java.lang.StringUSER_CANCEL_ERRORUser cancel errorstatic java.lang.StringUSER_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
-
-