Error.SemanticError.INCONSISTENT_TABLE_COL_COUNT            The table "Table("customerTable")" has inconsistent column count.
Error.SemanticError.INCONSISTENT_GRID_COL_COUNT             The grid "Table("customerTable")" has inconsistent column count.
Error.SemanticError.OVERLAPPING_CELLS                       The row in Table "test table" has overlapping cells.
Error.SemanticError.OVERLAPPING_CELLS                       The row in Table has overlapping cells.
Error.SemanticError.INVALID_PAGE_SIZE                       The master page "Table("customerTable")" has invalid page size.
Error.SemanticError.MISSING_PAGE_SIZE                       The size of the master page "Table("customerTable")" is required since the page type is custom.
Error.SemanticError.CANNOT_SPECIFY_PAGE_SIZE                The master page "Table("customerTable")" cannot specify size since the page type is not custom. 
Error.SemanticError.INVALID_PAGE_MARGINS                    The master page "Table("customerTable")" has invalid margin value.
Error.SemanticError.MISSING_MASTER_PAGE                     The report must have at least one master page.
Error.SemanticError.INVALID_MULTI_COLUMN                    The master page "Table("customerTable")" has the columns spanning outside the page content.
Error.SemanticError.INVALID_ELEMENT_REF                     The element "Table("customerTable")" has property "dataSet" that refers an undefined element or refers itself : "unresolvedDataSet".
Error.SemanticError.MISSING_SQL_STMT                        The JDBC select data set "Table("customerTable")" must have SQL statement.
Error.SemanticError.MISSING_DATA_SET                        The Table "customerTable" must be able to access one data set.
Error.SemanticError.IMAGE_FILE_NOT_FOUND                    The file "inexsistent.bmp" defined in the image "Table("customerTable")" is not found.
Error.SemanticError.INVALID_PROPERTY_NAME                   The property "abc" in the element "Table("customerTable")" is not defined.
Error.SemanticError.AT_LEAST_ONE_COLUMN                     The result set of data set "Table("customerTable")" must have at least one result set column.
Error.SemanticError.UNSUPPORTED_ELEMENT                     The element Table is not supported yet.
Error.SemanticError.DUPLICATE_GROUP_NAME                    The table/list "Table("customerTable")" has duplicate group name "group1".
Error.SemanticError.INVALID_CUSTOM_COLOR_NAME               The custom color name "red" can not be used because it is a CSS standard color name.
Error.SemanticError.DUPLICATE_CUSTOM_COLOR_NAME             The color palette has duplicate custom color name "BgColor".
Error.SemanticError.VALUE_FORBIDDEN                         The list property "test" is empty, it can not have any item.
Error.SemanticError.MISSING_TEMPLATE_PARAMETER_TYPE         The element Template Parameter Definition("test") must define an "allowedType" explicitly. 
Error.SemanticError.INCONSISTENT_TEMPLATE_PARAMETER_TYPE    The default element Label("label") in element Template Parameter Definition("test") is not a kind of FreeForm.
Error.SemanticError.DATA_SET_MISSED_IN_JOINT_DATA_SET       The data set "leftDataSet" is missed in joint data set "jointDataSet".
