ITK Function Reference

(V10000.1.0.60_20160308.00)
vis_errors.h
Go to the documentation of this file.
1 /*==================================================================================================
2 
3  Copyright (c) 1995 Electronic Data Systems Corporation
4  Unpublished - All rights reserved
5 
6 ====================================================================================================
7 File description:
8 
9  Define error codes used with vis module.
10 
11 ====================================================================================================
12  Date Name Description of Change
13 24-Aug-2004 Bobby Ljubic VIS ITK errorcodes
14 24-Aug-2004 Bobby Ljubic VIS ITK errorcodes
15 27-Mar-2006 hsud Usha's changes
16 $HISTORY$
17 ==================================================================================================*/
18 
19 #ifndef VIS_ERRORS_H
20 #define VIS_ERRORS_H
21 
22 #include <common/emh_const.h>
23 #include <vis/libvis_exports.h>
24 
25 #define VIS_ERROR_BASE EMH_VIS_error_base
26 
28 #define VIS_no_write_permission_on_basefile (VIS_ERROR_BASE+ 1)
29 
35 #define VIS_preference_empty (VIS_ERROR_BASE+ 2)
36 
39 #define VIS_referencename_not_inpreference (VIS_ERROR_BASE+ 3)
40 
43 #define VIS_markup_dataset_notdetermined (VIS_ERROR_BASE+ 4)
44 
48 #define VIS_no_write_permission_on_location (VIS_ERROR_BASE+ 5)
49 
52 #define VIS_extension_not_available (VIS_ERROR_BASE+ 6)
53 
56 #define VIS_saving_to_location_not_allowed (VIS_ERROR_BASE+ 7)
57 
61 #define VIS_basefile_mismatch (VIS_ERROR_BASE+ 8)
62 
66 #define VIS_upload_mismatch_type (VIS_ERROR_BASE+ 9)
67 
70 #define VIS_primaryds_mismatch (VIS_ERROR_BASE+ 10)
71 
76 #define VISCOMMON_preference_empty (VIS_ERROR_BASE+ 11)
77 
79 #define VIS_launch_file_generation_failed (VIS_ERROR_BASE+ 12)
80 
81 #define VIS_launch_invalid_object (VIS_ERROR_BASE+ 13)
82 
86 #define VIS_noviewable_data (VIS_ERROR_BASE+ 14)
87 
89 #define VIS_check_preferences (VIS_ERROR_BASE+ 15)
90 
91 /*The type of the supplied object is not correct. The Object must be of type StructureContextImpl, VisStructureContextImpl or ConfigurationContextImpl*/
92 #define VIS_incorrect_argument (VIS_ERROR_BASE+ 16)
93 
95 #define VIS_null_return_from_find_relation (VIS_ERROR_BASE+ 17)
96 
98 #define VIS_input_mismatch (VIS_ERROR_BASE+ 18)
99 
101 #define VIS_template_notfound (VIS_ERROR_BASE+ 19)
102 
104 #define VIS_snapshot3d_PV_transfer_mode (VIS_ERROR_BASE+ 20)
105 
107 #define VIS_snapshot3d_pie_export (VIS_ERROR_BASE+ 21)
108 
110 #define VIS_snapshot3d_import_structure_file (VIS_ERROR_BASE+ 22)
111 
113 #define VIS_snapshot3d_remove_legacy_file (VIS_ERROR_BASE+ 23)
114 
116 #define VIS_snapshot3d_add_replace_structure_file (VIS_ERROR_BASE+ 24)
117 
119 #define VIS_snapshot3d_create_idc_window (VIS_ERROR_BASE+ 25)
120 
122 #define VIS_snapshot3d_set_idc_window_topline (VIS_ERROR_BASE+ 26)
123 
125 #define VIS_snapshot3d_travers_idc_window (VIS_ERROR_BASE+ 27)
126 
128 #define VIS_snapshot3d_structure_file_type (VIS_ERROR_BASE+ 28)
129 
130 
132 #define VIS_snapshot3d_cannot_open_structure_file (VIS_ERROR_BASE+ 29)
133 
134 
136 #define VIS_snapshot3d_structure_file_io_error (VIS_ERROR_BASE+ 30)
137 
139 #define VIS_launch_failed (VIS_ERROR_BASE+ 31)
140 
142 #define VIS_incorrect_parm_type (VIS_ERROR_BASE+ 32)
143 
145 #define VIS_mds_file_generation_failed (VIS_ERROR_BASE+ 33)
146 
147 #include <vis/libvis_undef.h>
148 #endif
149