ITK Function Reference

(V10000.1.0.60_20160308.00)
Ptn0Partition_errors.h
Go to the documentation of this file.
1 
17 /*#=============================================================================================
18 # DATE NAME DESCRIPTION OF CHANGE
19 # --------------------------------------------------------------------------------------------
20 # 10-Nov-2010 Chinnaswamy Jannumahanthi Initial Creation
21 # 24-Nov-2010 Chinnaswamy Jannumahanthi Added error codes for partitions
22 # 22-Dec-2010 Chinnaswamy Jannumahanthi Added error code for Source object for partition
23 # $HISTORY$
24 #=============================================================================================*/
25 
26 #ifndef PTN0PARTITION_ERRORS_H
27 #define PTN0PARTITION_ERRORS_H
28 
29 /*================================================================================================*/
30 
31 #include <common/emh_const.h>
32 
33 /*================================================================================================*/
34 
35 #define PTN0PARTITION_ERROR_BASE EMH_PTN0PARTITION_error_base
36 
39 #define PTN0PARTITION_internal_error ( EMH_PTN0PARTITION_error_base + 1 )
40 
43 #define PTN0PARTITION_invalid_member_input ( EMH_PTN0PARTITION_error_base + 2 )
44 
47 #define PTN0PARTITION_invalid_scheme_or_model_partition ( EMH_PTN0PARTITION_error_base + 3 )
48 
51 #define PTN0PARTITION_duplicate_partition_item ( EMH_PTN0PARTITION_error_base + 4 )
52 
55 #define PTN0PARTITION_wrong_input_supplied ( EMH_PTN0PARTITION_error_base + 5 )
56 
59 #define PTN0PARTITION_invalid_schemetype ( EMH_PTN0PARTITION_error_base + 6 )
60 
63 #define PTN0PARTITION_duplicate_source_object ( EMH_PTN0PARTITION_error_base + 7 )
64 
67 #define PTN0PARTITION_scheme_is_referenced ( EMH_PTN0PARTITION_error_base + 8 )
68 
71 #define PTN0PARTITION_no_access_privilege ( EMH_PTN0PARTITION_error_base + 9 )
72 
75 #define PTN0PARTITION_can_not_delete ( EMH_PTN0PARTITION_error_base + 10 )
76 
79 #define PTN0PARTITION_duplicate_adhoc_partition ( EMH_PTN0PARTITION_error_base + 11 )
80 
83 #define PTN0PARTITION_search_has_no_valid_criteria ( EMH_PTN0PARTITION_error_base + 12 )
84 
87 #define PTN0PARTITION_duplicate_children ( EMH_PTN0PARTITION_error_base + 13 )
88 
91 #define PTN0PARTITION_duplicate_members ( EMH_PTN0PARTITION_error_base + 14 )
92 
95 #define PTN0PARTITION_duplicate_parents ( EMH_PTN0PARTITION_error_base + 15 )
96 
99 #define PTN0PARTITION_cannot_change_source_object ( EMH_PTN0PARTITION_error_base + 16 )
100 
103 #define PTN0PARTITION_duplicate_saveas_partition ( EMH_PTN0PARTITION_error_base + 17 )
104 
107 #define PTN0PARTITION_duplicate_saveas_adhoc_partition ( EMH_PTN0PARTITION_error_base + 18 )
108 
111 #define PTN0PARTITION_cannot_delete_member ( EMH_PTN0PARTITION_error_base + 19 )
112 
117 #ifdef WNT
118 #pragma warning( push ) /* store the current warning state for all warnings */
119 #include <common/tc_ver_info.h>
120 #if TC_MAJOR_VERSION <= 10100
121 #pragma warning( 1 : 4995 ) /* define warning level 1 (which is the default reporting level) for deprecation warnings */
122 #endif /* TC_MAJOR_VERSION <= 10100 */
123 
124 #define PTN0PARTITION_cannot_delete_non_empty_partition_not_owning_memberships
125 #pragma deprecated( " PTN0PARTITION_cannot_delete_non_empty_partition_not_owning_memberships" ) /* activate the deprecation warning when using the macro name */
126 #ifdef PTN0PARTITION_cannot_delete_non_empty_partition_not_owning_memberships /* use the deprecated macro so that the compiler issues the deprecation warning */
127 #endif
128 
129 #pragma warning( pop ) /* pop the last warning state pushed onto the stack */
130 #endif /* #ifdef WNT */
131 
134 #define PTN0PARTITION_delete_partition_not_owning_memberships ( EMH_PTN0PARTITION_error_base + 20 )
135 
139 #define PTN0PARTITION_has_no_recipe_to_get_members ( EMH_PTN0PARTITION_error_base + 21 )
140 
144 #define PTN0PARTITION_has_no_recipe_to_delete_dynamic_members ( EMH_PTN0PARTITION_error_base + 22 )
145 
149 #define PTN0PARTITION_unsupported_recipe_type_in_save ( EMH_PTN0PARTITION_error_base + 23 )
150 
154 #define PTN0PARTITION_realized_object_not_checkoutable ( EMH_PTN0PARTITION_error_base + 24 )
155 
159 #define PTN0PARTITION_add_failed_for_one_or_more_children ( EMH_PTN0PARTITION_error_base + 25 )
160 
164 #define PTN0PARTITION_remove_failed_for_one_or_more_children ( EMH_PTN0PARTITION_error_base + 26 )
165 
169 #define PTN0PARTITION_remove_failed_for_one_or_more_parents ( EMH_PTN0PARTITION_error_base + 27 )
170 
174 #define PTN0PARTITION_add_failed_for_one_or_more_parents ( EMH_PTN0PARTITION_error_base + 28 )
175 
179 #define PTN0PARTITION_remove_failed_for_one_or_more_members ( EMH_PTN0PARTITION_error_base + 29 )
180 
184 #define PTN0PARTITION_add_failed_for_one_or_more_members ( EMH_PTN0PARTITION_error_base + 30 )
185 
189 #define PTN0PARTITION_access_failure_for_one_or_more_members ( EMH_PTN0PARTITION_error_base + 31 )
190 
194 #define PTN0PARTITION_cannot_remove_children ( EMH_PTN0PARTITION_error_base + 32 )
195 
199 #define PTN0PARTITION_object_not_modifiable ( EMH_PTN0PARTITION_error_base + 33 )
200 
204 #define PTN0PARTITION_invalid_input ( EMH_PTN0PARTITION_error_base + 34 )
205 
209 #define PTN0PARTITION_access_denied ( EMH_PTN0PARTITION_error_base + 35 )
210 
214 #define PTN0PARTITION_reparent_failed_no_access_privilege ( EMH_PTN0PARTITION_error_base + 36 )
215 
219 #define PTN0PARTITION_reparent_failed_realized_partition ( EMH_PTN0PARTITION_error_base + 37 )
220 
224 #define PTN0PARTITION_reparent_failed_duplicate_children ( EMH_PTN0PARTITION_error_base + 38 )
225 
229 #define PTN0PARTITION_reparent_invalid_scheme_or_model_partition ( EMH_PTN0PARTITION_error_base + 39 )
230 
234  #define PTN0PARTITION_cannot_add_children ( EMH_PTN0PARTITION_error_base + 40 )
235 
239 #define PTN0PARTITION_remove_failed_for_realized_parent ( EMH_PTN0PARTITION_error_base + 41 )
240 
244 #define PTN0PARTITION_add_failed_for_realized_parent ( EMH_PTN0PARTITION_error_base + 42 )
245 
249 #define PTN0PARTITION_reparent_inactive_partition ( EMH_PTN0PARTITION_error_base + 43 )
250 
254 #define PTN0PARTITION_reparent_to_inactive_partition ( EMH_PTN0PARTITION_error_base + 44 )
255 
259 #define PTN0PARTITION_add_inactive_partition ( EMH_PTN0PARTITION_error_base + 45 )
260 
264 #define PTN0PARTITION_add_to_inactive_partition ( EMH_PTN0PARTITION_error_base + 46 )
265 
269 #define PTN0PARTITION_cannot_activate_inactive_child ( EMH_PTN0PARTITION_error_base + 47 )
270 
274 #define PTN0PARTITION_invalid_target_objects ( EMH_PTN0PARTITION_error_base + 48 )
275 
279 #define PTN0PARTITION_invalid_primary_scheme_type ( EMH_PTN0PARTITION_error_base + 49 )
280 
284 #define PTN0PARTITION_remove_inactive_partition ( EMH_PTN0PARTITION_error_base + 50 )
285 
289 #define PTN0PARTITION_update_parent_add_inactive_child ( EMH_PTN0PARTITION_error_base + 51 )
290 
294 #define PTN0PARTITION_update_parent_add_to_inactive_parent ( EMH_PTN0PARTITION_error_base + 52 )
295 
299 #define PTN0PARTITION_update_parent_remove_inactive_child ( EMH_PTN0PARTITION_error_base + 53 )
300 
304 #define PTN0PARTITION_load_dataset_failed ( EMH_PTN0PARTITION_error_base + 54 )
305 
309 #define PTN0PARTITION_delete_failed_realized_partition ( EMH_PTN0PARTITION_error_base + 55 )
310 
314 #define PTN0PARTITION_cannot_edit_recipe_inactive_partition ( EMH_PTN0PARTITION_error_base + 56 )
315 
319 #define PTN0PARTITION_remove_member_from_inactive_partition ( EMH_PTN0PARTITION_error_base + 57 )
320 
324 #define PTN0PARTITION_invalid_mapping_input ( EMH_PTN0PARTITION_error_base + 58 )
325 
329 #define PTN0PARTITION_unsupported_mapping_scheme ( EMH_PTN0PARTITION_error_base + 59 )
330 
334 #define PTN0PARTITION_unmap_failed_realized_mapping ( EMH_PTN0PARTITION_error_base + 60 )
335 
336 
337 #endif