The MobilePublishObjectResult enumeration is used to determine publication result of the mobile application object.
It is used by the following properties and methods:
All possible values of enumerations are divided into groups.
Value | Brief description |
0 | OK. Publishing was successful. |
1 | Canceled. Publishing was canceled. |
10 | Error. Error occurred when publishing. |
Value | Brief description |
11 | InvalidObjectTypeError. Invalid object type. |
12 | CreateDataBaseFileError. Error creating a database file. |
Value | Brief description |
13 | CubeExportError. Cube export error. |
14 | InvalidDimsError. Invalid dimension set. |
15 | DimExportError. Error exporting cube dimensions. |
53 | SelectionEmptyError. Unloading the cube containing at least one empty selection in dimension failed. |
Value | Brief description |
16 | CreateDimDBTableError. Error creating a dimension table. |
17 | CreateDimMetaError. Error creating dimension metadata. |
18 | DimElementsExportError. Error exporting dimension elements. |
19 | CreateAnalyzerMetaError. Error creating express report metadata. |
20 | CreateDataSelectionMetaError. Error creating metadata of dimensions elements selection. |
Value | Brief description |
21 | CubeDataExportError. Error exporting cube data. |
22 | CreateFactsTableMetaError. Error creating facts table metadata. |
23 | CreateFactsDBTableError. Error creating a facts table. |
24 | CreateDataTableMetaError. Error creating data table metadata. |
25 | CreateDataDBTableError. Error creating a data table. |
26 | GetDataFromCubeError. Error obtaining cube data. |
27 | WriteDataToDBError. Error writing data to a database table. |
28 | MetaSaveError. Error saving metadata file. |
29 | MakeZipError. Error creating an archive. |
46 | DatabaseIsFull. Data writing error, database is full (insufficient disk space). |
Value | Brief description |
30 | AnalyzerExportError. Error exporting express report. |
31 | CreateAnalyzerChartMetaError. Error creating chart metadata. |
32 | CreateAnalyzerMapMetaError. Error creating map metadata. |
33 | CreateAnalyzerTopobaseError. Error saving map topobase. |
34 | CreateAnalyzerResourcesError. Error saving resources to metadata. |
44 | AnalyzerMapTopobaseError. Error converting a topobase to SVG. |
45 | InvalidFixedDimsSelectionError. Unable to publish the report. Fixed dimensions must have single selection. Change selection and repeat publishing. |
47 | CreateAnalyzerBubbleChartMeta. Error creating bubble chart metadata. |
48 | CreateAnalyzerBubbleTreeMeta. Error creating bubble tree metadata. |
49 | CreateAnalyzerTreeMapMeta. Error creating tree map metadata. |
51 | TopoConvertError. No topobase in mobile application format. |
52 | NoDataSource. No data source. |
Value | Brief description |
40 | RubricatorExportError. Time series database export error. |
41 | CreateRubricatorMetaError. Error exporting metadata from time series database. |
42 | RubricatorAttributesExportError. Error exporting attributes from time series database. |
43 | RubricatorDataSelectionError. Error selecting data from time series database. |
Value | Brief description |
50 | ProceduralReportExportError. Regular report export error. |
See also: