ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
ae
ae_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef AE_ERRORS_H
15
#define AE_ERRORS_H
16
17
#include <
common/emh_const.h
>
18
25
#define AE_ERROR_BASE EMH_AE_error_base
26
27
#define AE_tool_not_found (AE_ERROR_BASE + 8)
28
#define AE_dataset_archived (AE_ERROR_BASE + 9)
29
30
#define AE_datasettype_not_found (AE_ERROR_BASE + 10)
31
#define AE_datasettype_not_loaded (AE_ERROR_BASE + 11)
32
37
#define AE_datasettypetool_not_found (AE_ERROR_BASE + 12)
38
39
#define AE_format_invalid (AE_ERROR_BASE + 13)
40
42
#define AE_create_shell_error (AE_ERROR_BASE + 15)
43
47
#define AE_reference_already_exists (AE_ERROR_BASE + 36)
48
52
#define AE_reference_does_not_exist (AE_ERROR_BASE + 37)
53
57
#define AE_finding_datasettype (AE_ERROR_BASE + 38)
58
62
#define AE_finding_tool (AE_ERROR_BASE + 39)
63
67
#define AE_finding_dataset (AE_ERROR_BASE + 40)
68
73
#define AE_not_initialized (AE_ERROR_BASE + 41)
74
80
#define AE_unexplained_error (AE_ERROR_BASE + 42)
81
86
#define AE_cannot_delete_dataset (AE_ERROR_BASE + 43)
87
93
#define AE_finding_datasettype_children (AE_ERROR_BASE + 44)
94
95
#define AE_cannot_freeze_reference (AE_ERROR_BASE + 45)
96
100
#define AE_cannot_unfreeze_reference (AE_ERROR_BASE + 46)
101
102
#define AE_cannot_freeze_dataset (AE_ERROR_BASE + 47)
103
#define AE_cannot_unfreeze_dataset (AE_ERROR_BASE + 48)
104
108
#define AE_cannot_rev_copy_frozen_dataset (AE_ERROR_BASE + 49)
109
114
#define AE_tool_not_entered (AE_ERROR_BASE + 50)
115
120
#define AE_unknown_action (AE_ERROR_BASE + 51)
121
122
#define AE_invalid_load_method (AE_ERROR_BASE + 52)
123
#define AE_asking_registered_actions (AE_ERROR_BASE + 53)
124
#define AE_setting_registered_actions (AE_ERROR_BASE + 54)
125
#define AE_invalid_action (AE_ERROR_BASE + 55)
126
#define AE_listing_datasettype_refs (AE_ERROR_BASE + 56)
127
#define AE_tool_name_not_unique (AE_ERROR_BASE + 57)
128
134
#define AE_cannot_print_dataset (AE_ERROR_BASE + 58)
135
136
#define AE_cannot_open_dataset (AE_ERROR_BASE + 59)
137
138
#define AE_no_grant_anchor_access (AE_ERROR_BASE + 60)
139
#define AE_no_revoke_anchor_access (AE_ERROR_BASE + 61)
140
#define AE_no_change_anchor_owner (AE_ERROR_BASE + 62)
141
#define AE_no_grant_reference_access (AE_ERROR_BASE + 63)
142
#define AE_no_revoke_reference_access (AE_ERROR_BASE + 64)
143
#define AE_no_change_reference_owner (AE_ERROR_BASE + 65)
144
#define AE_no_grant_dataset_access (AE_ERROR_BASE + 66)
145
#define AE_no_revoke_dataset_access (AE_ERROR_BASE + 67)
146
#define AE_no_change_dataset_owner (AE_ERROR_BASE + 68)
147
151
#define AE_no_refresh (AE_ERROR_BASE + 69)
152
153
#define AE_NULL_reference (AE_ERROR_BASE + 70)
154
#define AE_no_load_reference (AE_ERROR_BASE + 71)
155
#define AE_no_load_tool_desc (AE_ERROR_BASE + 72)
156
#define AE_no_load_program (AE_ERROR_BASE + 73)
157
#define AE_no_load_datasettype (AE_ERROR_BASE + 74)
158
#define AE_no_load_ref_desc (AE_ERROR_BASE + 75)
159
#define AE_parameters_not_loaded (AE_ERROR_BASE + 76)
160
#define AE_parameter_already_set (AE_ERROR_BASE + 77)
161
#define AE_parameter_not_set (AE_ERROR_BASE + 78)
162
#define AE_parameter_not_removed (AE_ERROR_BASE + 79)
163
#define AE_no_save_parameters (AE_ERROR_BASE + 80)
164
#define AE_invalid_parameter (AE_ERROR_BASE + 81)
165
#define AE_invalid_token (AE_ERROR_BASE + 82)
166
#define AE_invalid_reference (AE_ERROR_BASE + 83)
167
#define AE_invalid_program (AE_ERROR_BASE + 84)
168
#define AE_invalid_datasettype (AE_ERROR_BASE + 85)
169
#define AE_invalid_format (AE_ERROR_BASE + 86)
170
#define AE_invalid_template (AE_ERROR_BASE + 87)
171
#define AE_invalid_data (AE_ERROR_BASE + 88)
172
#define AE_invalid_tool (AE_ERROR_BASE + 89)
173
#define AE_no_add_ref (AE_ERROR_BASE + 90)
174
#define AE_no_remove_ref (AE_ERROR_BASE + 91)
175
#define AE_no_save_refs (AE_ERROR_BASE + 92)
176
#define AE_duplicate_type_name (AE_ERROR_BASE + 93)
177
#define AE_no_create_type (AE_ERROR_BASE + 94)
178
#define AE_no_find_type (AE_ERROR_BASE + 95)
179
#define AE_invalid_type (AE_ERROR_BASE + 96)
180
#define AE_cannot_find_dataset (AE_ERROR_BASE + 97)
181
182
#define AE_no_save_datasettype (AE_ERROR_BASE + 99)
183
#define AE_references_not_loaded (AE_ERROR_BASE + 100)
184
#define AE_no_class_type (AE_ERROR_BASE + 101)
185
#define AE_no_get_attrs (AE_ERROR_BASE + 102)
186
#define AE_no_create_enq (AE_ERROR_BASE + 103)
187
#define AE_enq_failed (AE_ERROR_BASE + 104)
188
#define AE_no_datasettypes (AE_ERROR_BASE + 105)
189
#define AE_invalid_file_limit (AE_ERROR_BASE + 106)
190
#define AE_no_delete_access (AE_ERROR_BASE + 107)
191
#define AE_cannot_get_first_obj (AE_ERROR_BASE + 108)
192
#define AE_cannot_get_next_obj (AE_ERROR_BASE + 109)
193
#define AE_no_next_obj (AE_ERROR_BASE + 110)
194
#define AE_cannot_get_prev_obj (AE_ERROR_BASE + 111)
195
#define AE_no_prev_obj (AE_ERROR_BASE + 112)
196
#define AE_cannot_get_tool (AE_ERROR_BASE + 113)
197
198
#define AE_save_dsparms_failed1 (AE_ERROR_BASE + 120)
199
#define AE_save_dsparms_failed2 (AE_ERROR_BASE + 121)
200
#define AE_get_parms_failed (AE_ERROR_BASE + 122)
201
#define AE_unlock_datasettype_failed (AE_ERROR_BASE + 123)
202
#define AE_cannot_get_datasettype (AE_ERROR_BASE + 124)
203
#define AE_cannot_clear_tool_parms (AE_ERROR_BASE + 125)
204
#define AE_cannot_create_parm_obj (AE_ERROR_BASE + 126)
205
#define AE_cannot_add_tool_parms (AE_ERROR_BASE + 127)
206
#define AE_no_save_operations (AE_ERROR_BASE + 128)
207
#define AE_operation_exist_in_the_list (AE_ERROR_BASE + 129)
208
#define AE_operation_not_defined (AE_ERROR_BASE + 130)
209
#define AE_nothing_to_modify (AE_ERROR_BASE + 131)
210
#define AE_nothing_to_delete (AE_ERROR_BASE + 132)
211
#define AE_unable_to_get_parameters (AE_ERROR_BASE + 133)
212
#define AE_cannot_remove_parameters (AE_ERROR_BASE + 134)
213
#define AE_invalid_operator (AE_ERROR_BASE + 135)
214
#define AE_bad_rev_limit (AE_ERROR_BASE + 136)
215
#define AE_cannot_purge_dataset (AE_ERROR_BASE + 137)
216
#define AE_cannot_init_dataset (AE_ERROR_BASE + 138)
217
#define AE_cannot_save_dataset (AE_ERROR_BASE + 139)
218
#define AE_cannot_get_rev0_obj (AE_ERROR_BASE + 140)
219
#define AE_cannot_get_rev0_tag (AE_ERROR_BASE + 141)
220
#define AE_dataset_is_frozen (AE_ERROR_BASE + 142)
221
#define AE_bad_reference_tree (AE_ERROR_BASE + 143)
222
#define AE_no_access (AE_ERROR_BASE + 144)
223
#define AE_no_clear_anchor_access (AE_ERROR_BASE + 145)
224
#define AE_no_clear_reference_access (AE_ERROR_BASE + 146)
225
#define AE_no_clear_dataset_access (AE_ERROR_BASE + 147)
226
#define AE_cannot_rev_copy (AE_ERROR_BASE + 148)
227
#define AE_cannot_get_references (AE_ERROR_BASE + 149)
228
#define AE_invalid_operation (AE_ERROR_BASE + 150)
229
230
#define AE_lock_datasettype_failed (AE_ERROR_BASE + 151)
231
#define AE_datasettype_renametool_failed (AE_ERROR_BASE + 152)
232
#define AE_space_in_reference_name (AE_ERROR_BASE + 153)
233
#define AE_nonfile_ref_to_file_ref (AE_ERROR_BASE + 154)
234
#define AE_file_type_mismatch_ref (AE_ERROR_BASE + 155)
235
#define AE_ALLOWED_REF_TYPE (AE_ERROR_BASE + 156)
236
#define AE_internal_error (AE_ERROR_BASE + 157)
237
#define AE_cannot_rename_dataset (AE_ERROR_BASE + 158)
238
#define AE_cannot_modify_dataset_desc (AE_ERROR_BASE + 159)
239
#define AE_cannot_insert_named_ref (AE_ERROR_BASE + 160)
240
#define AE_cannot_replace_named_ref (AE_ERROR_BASE + 161)
241
#define AE_empty_ro_dataset (AE_ERROR_BASE + 162)
242
#define AE_dataset_create_no_gen_name (AE_ERROR_BASE + 163)
243
#define AE_dataset_copy_no_gen_name (AE_ERROR_BASE + 164)
244
#define AE_cannot_export_dataset (AE_ERROR_BASE + 165)
245
#define AE_cannot_replace_refs (AE_ERROR_BASE + 166)
246
#define AE_no_tools (AE_ERROR_BASE + 167)
247
#define AE_no_references (AE_ERROR_BASE + 168)
248
253
#define AE_dataset_name_too_long (AE_ERROR_BASE + 169)
254
#define AE_owner_preference_invalid (AE_ERROR_BASE + 170)
255
#define AE_always_never_conflict (AE_ERROR_BASE + 171)
256
257
#define AE_dataset_copy_error (AE_ERROR_BASE + 172)
258
#define AE_attempt_to_circular_ref (AE_ERROR_BASE + 173)
259
#define AE_reference_stub_not_augmented (AE_ERROR_BASE + 174)
260
262
#define AE_attached_dataset_cico_unco_error (AE_ERROR_BASE + 175)
263
#define AE_attached_dataset_co_exported (AE_ERROR_BASE + 176)
264
266
#define AE_relate_to_dataset_newstuff_folder (AE_ERROR_BASE + 177)
267
277
#define AE_sign_dataset_cannot_undo_checkout (AE_ERROR_BASE + 178)
278
283
#define AE_sign_dataset_cannot_tr_checkout (AE_ERROR_BASE + 179)
284
289
#define AE_sign_dataset_cannot_checkin (AE_ERROR_BASE + 180)
290
294
#define AE_CMS_dataset_duplicate_object_name (AE_ERROR_BASE + 181)
295
301
#define AE_revision_anchor_error_base (AE_ERROR_BASE + 200)
302
303
#define AE_unable_to_load_rev_anchor (AE_revision_anchor_error_base + 1)
304
310
#define AE_nra_error_base (AE_ERROR_BASE + 250)
311
312
#define AE_unable_to_find_nra_tag (AE_nra_error_base + 1)
313
#define AE_unable_to_find_nra (AE_nra_error_base + 2)
314
320
#define AE_idrev_error_base (AE_ERROR_BASE + 300)
321
322
#define AE_duplicate_id_rev (AE_idrev_error_base + 1)
323
#define AE_next_id_lock_failed (AE_idrev_error_base + 2)
324
#define AE_illegal_parameter (AE_idrev_error_base + 3)
325
#define AE_mem_alloc_failed (AE_idrev_error_base + 4)
326
#define AE_max_id_exceeded (AE_idrev_error_base + 5)
327
#define AE_create_id_gen_failed (AE_idrev_error_base + 6)
328
#define AE_copy_id_gen_failed (AE_idrev_error_base + 7)
329
#define AE_create_revid_gen_failed (AE_idrev_error_base + 8)
330
#define AE_copy_revid_gen_failed (AE_idrev_error_base + 9)
331
334
#define AE_create_name_gen_failed (AE_idrev_error_base + 10)
335
341
#define AE_ict_error_base (AE_ERROR_BASE + 350)
342
343
#define AE_ICT_invalid_version (AE_ict_error_base + 1)
344
348
#endif