Class MSQAErrorString


  • public class MSQAErrorString
    extends java.lang.Object
    • 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
    • Constructor Detail

      • MSQAErrorString

        public MSQAErrorString()