ITK Function Reference

(V10000.1.0.60_20160308.00)
Massive model visualization Errors

Error code constants

#define MMV_ERROR_BASE   EMH_FND0MMV_error_base
 
#define FND0MMV_internal_error   (MMV_ERROR_BASE + 1)
 
#define FND0MMV_invalid_sphier_tag   (MMV_ERROR_BASE + 2)
 
#define FND0MMV_invalid_cursor   (MMV_ERROR_BASE + 3)
 
#define FND0MMV_config_not_harvested   (MMV_ERROR_BASE + 4)
 
#define FND0MMV_cursor_not_specified   (MMV_ERROR_BASE + 5)
 
#define FND0MMV_invalid_object_tag   (MMV_ERROR_BASE + 6)
 
#define FND0MMV_already_locked_by_curr_sess   (MMV_ERROR_BASE + 11)
 
#define FND0MMV_already_locked_by_sess   (MMV_ERROR_BASE + 12)
 
#define FND0MMV_not_locked_for_viewing   (MMV_ERROR_BASE + 13)
 
#define FND0MMV_spatialhier_dataset_not_found   (MMV_ERROR_BASE + 14)
 
#define FND0MMV_not_a_top_bom_line   (MMV_ERROR_BASE + 15)
 
#define FND0MMV_failed_execute_database_operation   (MMV_ERROR_BASE + 31)
 
#define FND0MMV_cannot_create_spatial_cell_indexes   (MMV_ERROR_BASE + 32)
 
#define FND0MMV_cannot_delete_spatial_cell_indexes   (MMV_ERROR_BASE + 33)
 
#define FND0MMV_cannot_create_equiv_thread_record   (MMV_ERROR_BASE + 34)
 
#define FND0MMV_cannot_delete_equiv_thread_record   (MMV_ERROR_BASE + 35)
 

Detailed Description

Macro Definition Documentation

#define FND0MMV_already_locked_by_curr_sess   (MMV_ERROR_BASE + 11)

View locking errors - ALLOCATING 20 positions The Spatial Hierarchy dataset version is already locked for viewing by the current session.

Definition at line 48 of file Fnd0mmv_errors.h.

#define FND0MMV_already_locked_by_sess   (MMV_ERROR_BASE + 12)

The Spatial Hierarchy dataset version is already locked for viewing by a session.

Definition at line 50 of file Fnd0mmv_errors.h.

#define FND0MMV_cannot_create_equiv_thread_record   (MMV_ERROR_BASE + 34)

The equivalent thread records could not be created.

Definition at line 67 of file Fnd0mmv_errors.h.

#define FND0MMV_cannot_create_spatial_cell_indexes   (MMV_ERROR_BASE + 32)

The spatial cell indexes could not be created.

Definition at line 63 of file Fnd0mmv_errors.h.

#define FND0MMV_cannot_delete_equiv_thread_record   (MMV_ERROR_BASE + 35)

The equivalent thread records could not be deleted.

Definition at line 69 of file Fnd0mmv_errors.h.

#define FND0MMV_cannot_delete_spatial_cell_indexes   (MMV_ERROR_BASE + 33)

The spatial cell indexes could not be deleted.

Definition at line 65 of file Fnd0mmv_errors.h.

#define FND0MMV_config_not_harvested   (MMV_ERROR_BASE + 4)

Th MMV spatial cell index not harvested for the given revision rule.

Definition at line 40 of file Fnd0mmv_errors.h.

#define FND0MMV_cursor_not_specified   (MMV_ERROR_BASE + 5)

The Massive Model Visualization cursor not specified

Definition at line 42 of file Fnd0mmv_errors.h.

#define FND0MMV_failed_execute_database_operation   (MMV_ERROR_BASE + 31)

SpatialCellIndex table insert/update related errors - ALLOCATING 10 positions The database operation has failed during its execution

Definition at line 61 of file Fnd0mmv_errors.h.

#define FND0MMV_internal_error   (MMV_ERROR_BASE + 1)

An internal error has occurred in the "Fnd0mmv" module

Definition at line 34 of file Fnd0mmv_errors.h.

#define FND0MMV_invalid_cursor   (MMV_ERROR_BASE + 3)

The supplied Massive Model Visualization cursor is invalid.

Definition at line 38 of file Fnd0mmv_errors.h.

#define FND0MMV_invalid_object_tag   (MMV_ERROR_BASE + 6)

An invalid object

Definition at line 44 of file Fnd0mmv_errors.h.

#define FND0MMV_invalid_sphier_tag   (MMV_ERROR_BASE + 2)

The supplied Spatial Hierarchy dataset is invalid.

Definition at line 36 of file Fnd0mmv_errors.h.

#define FND0MMV_not_a_top_bom_line   (MMV_ERROR_BASE + 15)

The supplied BOM line is not the top line of the BOM Window.

Definition at line 56 of file Fnd0mmv_errors.h.

#define FND0MMV_not_locked_for_viewing   (MMV_ERROR_BASE + 13)

The Spatial Hierarchy dataset version is not locked for viewing.

Definition at line 52 of file Fnd0mmv_errors.h.

#define FND0MMV_spatialhier_dataset_not_found   (MMV_ERROR_BASE + 14)

Definition at line 54 of file Fnd0mmv_errors.h.

#define MMV_ERROR_BASE   EMH_FND0MMV_error_base

Definition at line 32 of file Fnd0mmv_errors.h.