ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
pie
pie_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 PIE_ERRORS_H
15
#define PIE_ERRORS_H
16
17
#include <
common/emh_const.h
>
18
#include <pie/libpie_exports.h>
19
26
#define PIE_error_base EMH_PIE_error_base
27
29
#define PIE_internal_error (PIE_error_base + 1)
30
32
#define PIE_insufficient_privilege (PIE_error_base + 2)
33
35
#define PIE_invalid_clause (PIE_error_base + 3)
36
38
#define PIE_duplicate_transfer_mode (PIE_error_base + 4)
39
41
#define PIE_transfer_mode_not_created (PIE_error_base + 5)
42
44
#define PIE_duplicate_closure_rule (PIE_error_base + 6)
45
47
#define PIE_closure_rule_not_created (PIE_error_base + 7)
48
50
#define PIE_duplicate_filter_rule (PIE_error_base + 8)
51
53
#define PIE_filter_rule_not_created (PIE_error_base + 9)
54
56
#define PIE_duplicate_property_set (PIE_error_base + 10)
57
59
#define PIE_property_set_not_created (PIE_error_base + 11)
60
62
#define PIE_document_load_error (PIE_error_base + 12)
63
65
#define PIE_plmappuid_not_created (PIE_error_base + 13)
66
68
#define PIE_plmappuid_illegal_parameter (PIE_error_base + 14)
69
71
#define PIE_duplicate_transfer_action (PIE_error_base + 15)
72
74
#define PIE_transfer_action_not_created (PIE_error_base + 16)
75
77
#define PIE_bad_item_product_id (PIE_error_base + 18)
78
80
#define PIE_no_parent_tc_tag (PIE_error_base + 19)
81
82
#define PIE_imp_can_not_create_appgrp (PIE_error_base + 20)
83
85
#define PIE_bad_object_prop (PIE_error_base + 22)
86
88
#define PIE_object_not_modifiable (PIE_error_base + 23)
89
91
#define PIE_bom_item_no_parent_line (PIE_error_base + 24)
92
94
#define PIE_imp_tc_object_not_present (PIE_error_base + 25)
95
97
#define PIE_delta_process_no_uri (PIE_error_base + 26)
98
100
#define PIE_bad_plmxml_ext_ref (PIE_error_base + 27)
101
103
#define PIE_delta_field_value_and_refs (PIE_error_base + 28)
104
106
#define PIE_delta_opadd_oprepl_bad_values (PIE_error_base + 29)
107
109
#define PIE_delta_opmod_udata_bad_attname (PIE_error_base + 30)
110
112
#define PIE_no_target_object (PIE_error_base + 31)
113
115
#define PIE_delta_new_old_bad_tags (PIE_error_base + 32)
116
118
#define PIE_delta_bad_object_tags (PIE_error_base + 33)
119
121
#define PIE_no_child_ele (PIE_error_base + 34)
122
124
#define PIE_no_new_object_tag (PIE_error_base + 35)
125
127
#define PIE_delta_error_during_add (PIE_error_base + 36)
128
130
#define PIE_delta_error_during_replace (PIE_error_base + 37)
131
133
#define PIE_delta_error_during_remove (PIE_error_base + 38)
134
136
#define PIE_no_bom_window (PIE_error_base + 40)
137
139
#define PIE_no_bom_line (PIE_error_base + 41)
140
142
#define PIE_no_occ_bv (PIE_error_base + 42)
143
145
#define PIE_no_occurr (PIE_error_base + 43)
146
148
#define PIE_invalid_pom_tag (PIE_error_base + 44)
149
151
#define PIE_bad_plmxml_schema_map (PIE_error_base + 45)
152
154
#define PIE_bad_ps_occurr (PIE_error_base + 47)
155
157
#define PIE_prod_struct_write_error (PIE_error_base + 49)
158
160
#define PIE_bad_find_tc_obj (PIE_error_base + 50)
161
163
#define PIE_bad_export_item_rev (PIE_error_base + 51)
164
166
#define PIE_bad_create_app_uid (PIE_error_base + 52)
167
169
#define PIE_cannot_add_to_root (PIE_error_base + 53)
170
172
#define PIE_invalid_xmlattr_reference (PIE_error_base + 54)
173
175
#define PIE_invalid_xml_element (PIE_error_base + 55)
176
178
#define PIE_no_grm_relation_type (PIE_error_base + 56)
179
181
#define PIE_proxy_no_obj_uid_in_db (PIE_error_base + 79)
182
184
#define PIE_no_grm_primary_type (PIE_error_base + 87)
185
187
#define PIE_no_grm_secondary_type (PIE_error_base + 88)
188
190
#define PIE_invalid_hide_type (PIE_error_base + 89)
191
193
#define PIE_invalid_property_type (PIE_error_base + 90)
194
196
#define PIE_invalid_deepcopy_type (PIE_error_base + 91)
197
199
#define PIE_invalid_actionrule_type (PIE_error_base + 93)
200
202
#define PIE_invalid_cp_display_type (PIE_error_base + 94)
203
205
#define PIE_invalid_cp_source_type (PIE_error_base + 95)
206
208
#define PIE_invalid_attach_type (PIE_error_base + 96)
209
211
#define PIE_document_save_error (PIE_error_base + 98)
212
214
#define PIE_failed_to_connect (PIE_error_base + 99)
215
217
#define PIE_socket_error (PIE_error_base + 100)
218
220
#define PIE_string_length_exceed (PIE_error_base + 101)
221
223
#define PIE_INVALID_VALUE (PIE_error_base + 102)
224
226
#define PIE_JT_TRANFORM_failed (PIE_error_base + 103)
227
229
#define PIE_tc_tranform_appl_failed (PIE_error_base + 104)
230
232
#define PIE_duplicate_transferoptionset (PIE_error_base + 105)
233
235
#define PIE_transferoptionset_not_created (PIE_error_base + 106)
236
238
#define PIE_transferoptionset_not_modified (PIE_error_base + 107)
239
241
#define PIE_transferoptionset_not_found (PIE_error_base + 108)
242
244
#define PIE_transferoptionset_not_retrieved (PIE_error_base + 109)
245
247
#define PIE_transfermode_not_modified (PIE_error_base + 110)
248
250
#define PIE_closurerule_not_modified (PIE_error_base + 111)
251
253
#define PIE_closurerule_not_found (PIE_error_base + 112)
254
256
#define PIE_actionrule_not_modified (PIE_error_base + 113)
257
259
#define PIE_actionrule_not_found (PIE_error_base + 114)
260
262
#define PIE_filterrule_not_modified (PIE_error_base + 115)
263
265
#define PIE_filterrule_not_found (PIE_error_base + 116)
266
268
#define PIE_propertyset_not_modified (PIE_error_base + 117)
269
271
#define PIE_propertyset_not_found (PIE_error_base + 118)
272
274
#define PIE_invalid_schema_parameter (PIE_error_base + 119)
275
277
#define PIE_invalid_scope_parameter (PIE_error_base + 120)
278
280
#define PIE_transfermode_not_found (PIE_error_base + 121)
281
283
#define PIE_propertyset_not_retrieved (PIE_error_base + 122)
284
286
#define PIE_filterrule_not_retrieved (PIE_error_base + 123)
287
289
#define PIE_actionrule_not_retrieved (PIE_error_base + 124)
290
292
#define PIE_closurerule_not_retrieved (PIE_error_base + 125)
293
295
#define PIE_invalid_action_parameter (PIE_error_base + 126)
296
298
#define PIE_transferoptionset_invalid_site (PIE_error_base + 127)
299
301
#define PIE_invalid_preference_value (PIE_error_base + 128)
302
304
#define PIE_invalid_export_tm_value (PIE_error_base + 129)
305
307
#define PIE_invalid_import_tm_value (PIE_error_base + 130)
308
310
#define PIE_invalid_xml_file (PIE_error_base + 131)
311
313
#define PIE_invalid_xml_filename (PIE_error_base + 132)
314
316
#define PIE_xml_parse_error (PIE_error_base + 133)
317
319
#define PIE_scope_rules_export_error (PIE_error_base + 134)
320
322
#define PIE_fail_to_attach_to_parent (PIE_error_base + 135)
323
325
#define PIE_import_sml_mismatch (PIE_error_base + 138)
326
328
#define PIE_import_invalid_ic (PIE_error_base + 140)
329
331
#define PIE_property_no_master_value (PIE_error_base + 141)
332
334
#define PIE_property_not_localizable (PIE_error_base + 142)
335
337
#define PIE_property_no_locale_translation (PIE_error_base + 143)
338
340
#define PIE_schemamap_multivalue_loc (PIE_error_base + 145)
341
343
#define PIE_schema_no_localizable_attr (PIE_error_base + 146)
344
346
#define PIE_export_no_xml_generated (PIE_error_base + 147)
347
349
#define PIE_import_no_master_locale (PIE_error_base + 148)
350
352
#define PIE_export_no_locale_set (PIE_error_base + 149)
353
355
#define PIE_error_in_the_session (PIE_error_base + 154)
356
358
#define PIE_no_property_master_locale (PIE_error_base + 155)
359
361
#define PIE_jt_not_supported (PIE_error_base + 157)
362
364
#define PIE_associate_form_error (PIE_error_base + 158)
365
367
#define PIE_create_attachment_window_error (PIE_error_base + 159)
368
370
#define PIE_fail_to_import_object (PIE_error_base + 160)
371
373
#define PIE_fail_to_add_context (PIE_error_base + 161)
374
376
#define PIE_plm_object_not_expected (PIE_error_base + 162)
377
379
#define PIE_form_not_found (PIE_error_base + 163)
380
382
#define PIE_no_parent_plmxml_object (PIE_error_base + 164)
383
385
#define PIE_no_traversal_function (PIE_error_base + 165)
386
388
#define PIE_traversal_parse_condition_error (PIE_error_base + 166)
389
391
#define PIE_no_process_function (PIE_error_base + 167)
392
394
#define PIE_dm_name_not_IM (PIE_error_base + 168)
395
397
#define PIE_file_not_existed (PIE_error_base + 169)
398
400
#define PIE_xml_file_parse_failed (PIE_error_base + 170)
401
403
#define PIE_xml_file_element_not_existed (PIE_error_base + 171)
404
406
#define PIE_xml_based_function_load_failed (PIE_error_base + 172)
407
409
#define PIE_no_child_element (PIE_error_base + 173)
410
412
#define PIE_filename_too_long (PIE_error_base + 174)
413
415
#define PIE_revisable_object_not_exported (PIE_error_base + 175)
416
418
#define PIE_ref_undefined_for_groupmember (PIE_error_base + 176)
419
421
#define PIE_line_soure_is_not_pom (PIE_error_base + 177)
422
424
#define PIE_IC_delta_multiple_selection_not_allowed (PIE_error_base + 178)
425
427
#define PIE_IC_delta_selection_is_not_topline (PIE_error_base + 179)
428
430
#define PIE_IC_delta_identification_error (PIE_error_base + 180)
431
433
#define PIE_object_type_not_support (PIE_error_base + 181)
434
436
#define PIE_property_process_internal_error (PIE_error_base + 182)
437
439
#define PIE_tranfermode_not_for_plmxml_export (PIE_error_base + 183)
440
442
#define PIE_tranfermode_not_for_plmxml_import (PIE_error_base + 184)
443
444
#define PIE_error_ceiling (PIE_error_base + 199)
445
448
#include <pie/libpie_undef.h>
449
#endif