Interface EnumWebAppErrorCodes


  • public interface EnumWebAppErrorCodes
    This is the enumeration of all the error codes generated by objects in the application layer. This includes Application Beans and configuration classes.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • WebErrorInvalidSession

        static final int WebErrorInvalidSession
        Indicates no valid session exists
        See Also:
        Constant Field Values
      • WebErrorPasswordsDontMatch

        static final int WebErrorPasswordsDontMatch
        Indicates old and new password do not match
        See Also:
        Constant Field Values
      • WebErrorSamePassword

        static final int WebErrorSamePassword
        Indicates old and new password are the same
        See Also:
        Constant Field Values
      • WebErrorLogout

        static final int WebErrorLogout
        Indicates an error happened while logging out
        See Also:
        Constant Field Values
      • WebErrorWrongOriginalPassword

        static final int WebErrorWrongOriginalPassword
        Indicates the old password is incorrect
        See Also:
        Constant Field Values
      • WebErrorSessionHasExpired

        static final int WebErrorSessionHasExpired
        Indicates the session has expired and the user has been logged out
        See Also:
        Constant Field Values
      • WebErrorWebUserDenied

        static final int WebErrorWebUserDenied
        Indicates the user does not have privileges for connecting through the web
        See Also:
        Constant Field Values
      • WebErrorAccessDenied

        static final int WebErrorAccessDenied
        Indicates the user does not have enough privileges to open the page requested
        See Also:
        Constant Field Values
      • WebErrorInvalidSearchArguments

        static final int WebErrorInvalidSearchArguments
        Indicates the user has input invalid argument for a search
        See Also:
        Constant Field Values
      • WebErrorInvalidServerProjectInformation

        static final int WebErrorInvalidServerProjectInformation
        Indicates a session is not available and there's no information about the server/project to use
        See Also:
        Constant Field Values
      • WebErrorInvalidPageName

        static final int WebErrorInvalidPageName
        Indicates a page has been requested but it doesn't exist in the page manager.
        See Also:
        Constant Field Values
      • WebErrorIncorrectServerName

        static final int WebErrorIncorrectServerName
        The administrator tries to connect to an incorrect server name.
        See Also:
        Constant Field Values
      • WebErrorCannotChangeExpiredPassword

        static final int WebErrorCannotChangeExpiredPassword
        Indicates the password has expired and the administrator has not given permission for users to change it
        See Also:
        Constant Field Values
      • WebErrorBlankServerName

        static final int WebErrorBlankServerName
        The administrator tries to connect or add a blank server name.
        See Also:
        Constant Field Values
      • WebErrorDiagnosticsFileNotFound

        static final int WebErrorDiagnosticsFileNotFound
        The file/path indicated for the diagnostics file was not found
        See Also:
        Constant Field Values
      • WebErrorDiagnosticsErrorReadingXMLFile

        static final int WebErrorDiagnosticsErrorReadingXMLFile
        The XML file being read could not be processed by a DOM document
        See Also:
        Constant Field Values
      • WebErrorDiagnosticsDateFormatError

        static final int WebErrorDiagnosticsDateFormatError
        Indicates a problem when analyzing dates while handling diagnostic files
        See Also:
        Constant Field Values
      • WebErrorCannotCreateBeanInstance

        static final int WebErrorCannotCreateBeanInstance
        Indicates that a Bean Instance could not created from the WebBeanInfo
        See Also:
        Constant Field Values
      • WebErrorChangePasswordInfoMissing

        static final int WebErrorChangePasswordInfoMissing
        Indicates information for changing password missing
        See Also:
        Constant Field Values
      • WebErrorIncorrectCharactersInServerName

        static final int WebErrorIncorrectCharactersInServerName
        The administrator enters wrong characters in the server name.
        See Also:
        Constant Field Values
      • WebErrorIncorrectServerProperties

        static final int WebErrorIncorrectServerProperties
        The administrator enters wrong server properties.
        See Also:
        Constant Field Values
      • WebErrorBlankFormularForDerivedMetric

        static final int WebErrorBlankFormularForDerivedMetric
        The user leave the formula blank when trying to create a derived metric
        See Also:
        Constant Field Values
      • WebErrorNarrowcastServiceUnavailable

        static final int WebErrorNarrowcastServiceUnavailable
        Narowacast service not available
        See Also:
        Constant Field Values
      • WebErrorForwardToCustomLoginRequired

        static final int WebErrorForwardToCustomLoginRequired
        Indicates the Session Manager cannot handle the creation of a session without first accessing a custom login page as indicated on the ExternalSecurity component
        See Also:
        Constant Field Values
      • WebErrorRequestNotAuthorizedForwardRequired

        static final int WebErrorRequestNotAuthorizedForwardRequired
        Indicates the user has to be redirected to another page since its last request was not authorized
        See Also:
        Constant Field Values
      • WebErrorRequestNotAuthenticatedForwardRequired

        static final int WebErrorRequestNotAuthenticatedForwardRequired
        Indicates the user has to be redirected to another page since its last request was not authenticated
        See Also:
        Constant Field Values
      • WebErrorProcessingLoginForm

        static final int WebErrorProcessingLoginForm
        Indicates there was an error processing the login form information.
        See Also:
        Constant Field Values
      • WebErrorSaveWriteNotAllowed

        static final int WebErrorSaveWriteNotAllowed
        Indicates that the user was not able to save the report to a particular folder.
        See Also:
        Constant Field Values
      • WebErrorNCSAdressEmpty

        static final int WebErrorNCSAdressEmpty
        The user leave the address blank when doing NCS Subscription or Send Now
        Since:
        MicroStrategy Web 7.5.0
        See Also:
        Constant Field Values
      • WebErrorLicensesNotAvailable

        static final int WebErrorLicensesNotAvailable
        Indicates that the opened I-Server session does not have all licenses available to used.
        Since:
        MicroStrategy Web 7.5.0
        See Also:
        Constant Field Values
      • WebErrorRetrievingProjectsList

        static final int WebErrorRetrievingProjectsList
        Indicates that an unexpected error happened while retrieving the projects list.
        Since:
        MicroStrategy Web 7.5.1
        See Also:
        Constant Field Values
      • WebErrorIllegalArgument

        static final int WebErrorIllegalArgument
        Indicates there has been an error in the arguments provided to a WebEvent.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebErrorInvalidFormulaAliasName

        static final int WebErrorInvalidFormulaAliasName
        Indicates end-user has entered an invalid alias name when renaming a template unit or adding a new derived metric.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebErrorBlankReportName

        static final int WebErrorBlankReportName
        Indicates end-user has entered ablank report/rwd name on the save as page.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebErrorInvalidServerVersion

        static final int WebErrorInvalidServerVersion
        Indicates that the user is trying to connect to an old (unsupported) iServer version
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebErrorLoginNotProvided

        static final int WebErrorLoginNotProvided
        Indicates login was requested but not provided by the user
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebErrorProjectInformationMissing

        static final int WebErrorProjectInformationMissing
        Indicates project information is missing on the session
        Since:
        MicroStrategy Web 7.5.4
        See Also:
        Constant Field Values
      • WebErrorLicensingSupportUnavailable

        static final int WebErrorLicensingSupportUnavailable
        Indicates that required support for retrieving licensing information is not available.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebErrorNotLicensed

        static final int WebErrorNotLicensed
        Indicates that Web is not licensed to run.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebErrorEvaluationLicenseExpired

        static final int WebErrorEvaluationLicenseExpired
        Indicates that an evaluation Web license has expired.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebErrorInactiveLicenseExpired

        static final int WebErrorInactiveLicenseExpired
        Indicates that an inactive Web license has expired.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebErrorWebLicenseWarning

        static final int WebErrorWebLicenseWarning
        Indicates that a Web license-related warning should be shown.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebErrorInvalidAuthMode

        static final int WebErrorInvalidAuthMode
        Indicates that the authentication mode user used is not enabled by web administrator
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebErrorIncompleteExpression

        static final int WebErrorIncompleteExpression
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebErrorWebLoginError

        static final int WebErrorWebLoginError
        Since:
        MicroStrategy Web 9.3.0
        See Also:
        Constant Field Values
      • WebErrorUsherLoginError

        static final int WebErrorUsherLoginError
        Since:
        MicroStrategy Web 9.4.2
        See Also:
        Constant Field Values
      • WebErrorCSRFCheckFailed

        static final int WebErrorCSRFCheckFailed
        Since:
        MicroStrategy Web 9.4.2
        See Also:
        Constant Field Values
      • WebErrorHTMLDocumentNotSupported

        static final int WebErrorHTMLDocumentNotSupported
        disable html documents
        See Also:
        Constant Field Values
      • WebErrorExportDocumentFailedOnPrompt

        static final int WebErrorExportDocumentFailedOnPrompt
        Export Document Error code when the exporting is failed by the task when prompted for answers.
        See Also:
        Constant Field Values
      • WebErrorNoExportDocumentPrivilege

        static final int WebErrorNoExportDocumentPrivilege
        Export Document error when user does not have export the document
        See Also:
        Constant Field Values
      • WebErrorNoImportDocumentPrivilege

        static final int WebErrorNoImportDocumentPrivilege
        Import Document error when user does not have import privilege
        See Also:
        Constant Field Values