ITK Function Reference

(V10000.1.0.60_20160308.00)
bier_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 BIER_ERRORS_H
15 #define BIER_ERRORS_H
16 
17 #include <common/emh_const.h>
18 #include <objio/libobjio_exports.h>
19 
26 #define BIER_ERROR_BASE EMH_BIER_error_base
27 
29 #define BIER_instance_not_in_file (BIER_ERROR_BASE + 1)
30 
32 #define BIER_failed_to_extract_instance (BIER_ERROR_BASE + 2)
33 
35 #define BIER_class_not_storable (BIER_ERROR_BASE + 3)
36 
38 #define BIER_site_lookup_failed (BIER_ERROR_BASE + 4)
39 
41 #define BIER_site_not_pom_object (BIER_ERROR_BASE + 5)
42 
44 #define BIER_set_site_failed (BIER_ERROR_BASE + 6)
45 
46 #define BIER_exclude_failed (BIER_ERROR_BASE + 7)
47 
48 #define BIER_store_failed (BIER_ERROR_BASE + 8)
49 
50 #define BIER_write_failed (BIER_ERROR_BASE + 9)
51 
56 #define BIER_cannot_transfer_released (BIER_ERROR_BASE + 10)
57 #define BIER_cannot_transfer_checked_out (BIER_ERROR_BASE + 11)
58 
60 #define BIER_cannot_import_with_missing_ref (BIER_ERROR_BASE + 12)
61 #define BIER_missing_ref_description (BIER_ERROR_BASE + 13)
62 
63 #define BIER_missing_item (BIER_ERROR_BASE + 14)
64 
65 #define BIER_set_export_ds_failed (BIER_ERROR_BASE + 15)
66 
67 #define BIER_local_site (BIER_ERROR_BASE + 16)
68 #define BIER_invalid_site (BIER_ERROR_BASE + 17)
69 #define BIER_no_target_site (BIER_ERROR_BASE + 18)
70 #define BIER_cannot_xfer_to_multiple_sites (BIER_ERROR_BASE + 19)
71 #define BIER_cannot_xfer_to_local_site (BIER_ERROR_BASE + 20)
72 #define BIER_cannot_export_imported_object (BIER_ERROR_BASE + 21)
73 
74 #define BIER_fail_to_export (BIER_ERROR_BASE + 22)
75 #define BIER_out_of_memory (BIER_ERROR_BASE + 23)
76 #define BIER_unable_to_locate (BIER_ERROR_BASE + 24)
77 
78 #define BIER_invalid_for_remote_bier_type (BIER_ERROR_BASE + 25)
79 #define BIER_invalid_for_local_bier_type (BIER_ERROR_BASE + 26)
80 #define BIER_no_target_sites_when_xferring (BIER_ERROR_BASE + 27)
81 #define BIER_unable_to_exclude (BIER_ERROR_BASE + 28)
82 #define BIER_cannot_transfer_archived (BIER_ERROR_BASE + 29)
83 #define BIER_cannot_export_modifiable (BIER_ERROR_BASE + 30)
84 #define BIER_no_export_priv (BIER_ERROR_BASE + 31)
85 #define BIER_require_import_site_priv (BIER_ERROR_BASE + 32)
86 #define BIER_cannot_transfer_in_process (BIER_ERROR_BASE + 33)
87 #define BIER_invalid_recover_mode (BIER_ERROR_BASE + 34)
88 #define BIER_exported_object_missing (BIER_ERROR_BASE + 35)
89 #define BIER_unable_to_include_rel (BIER_ERROR_BASE + 36)
90 #define BIER_unable_to_include_sec_obj (BIER_ERROR_BASE + 37)
91 #define BIER_no_transfer_out_priv (BIER_ERROR_BASE + 38)
92 #define BIER_conflicting_transfer_options (BIER_ERROR_BASE + 39)
93 #define BIER_conflicting_ie_options (BIER_ERROR_BASE + 40)
94 #define BIER_invalid_option_when_xferring (BIER_ERROR_BASE + 41)
95 #define BIER_invalid_option_when_not_xferring (BIER_ERROR_BASE + 42)
96 #define BIER_nothing_modified_to_export (BIER_ERROR_BASE + 43)
97 #define BIER_valid_for_assy_export_only (BIER_ERROR_BASE + 44)
98 #define BIER_require_transfer_in_site_priv (BIER_ERROR_BASE + 45)
99 #define BIER_no_exportable_revs (BIER_ERROR_BASE + 46)
100 #define BIER_valid_with_all_revs_only (BIER_ERROR_BASE + 47)
101 #define BIER_no_revision_export_selector (BIER_ERROR_BASE + 48)
102 #define BIER_no_working_revision_to_export (BIER_ERROR_BASE + 49)
103 #define BIER_no_released_revision_to_export (BIER_ERROR_BASE + 50)
104 #define BIER_no_revision_selected_for_export (BIER_ERROR_BASE + 51)
105 #define BIER_unable_to_export_unpublished (BIER_ERROR_BASE + 52)
106 #define BIER_user_denied_remote_import_privilege_for_site (BIER_ERROR_BASE + 53)
107 #define BIER_user_denied_transfer_ownership_privilege_for_site (BIER_ERROR_BASE + 54)
108 #define BIER_cannot_import_preview_metafile (BIER_ERROR_BASE + 55)
109 #define BIER_preview_metafile_is_empty (BIER_ERROR_BASE + 56)
110 #define BIER_importing_local_object (BIER_ERROR_BASE + 57)
111 #define BIER_no_revision_of_given_status (BIER_ERROR_BASE + 58)
112 #define BIER_lastexp_valid_for_item_only (BIER_ERROR_BASE + 59)
113 #define BIER_no_post_export_script (BIER_ERROR_BASE + 60)
114 #define BIER_no_pre_import_script (BIER_ERROR_BASE + 61)
115 #define BIER_unable_to_execute_export_script (BIER_ERROR_BASE + 62)
116 #define BIER_unable_to_execute_import_script (BIER_ERROR_BASE + 63)
117 #define BIER_cannot_transfer_replica_from_hub (BIER_ERROR_BASE + 64)
118 #define BIER_nothing_to_export (BIER_ERROR_BASE + 65)
119 #define BIER_type_does_not_exist (BIER_ERROR_BASE + 66)
120 #define BIER_tool_does_not_exist (BIER_ERROR_BASE + 67)
121 #define BIER_form_storage_class_does_not_exist (BIER_ERROR_BASE + 68)
122 #define BIER_class_not_directly_exportable (BIER_ERROR_BASE + 69)
123 #define BIER_class_not_directly_transferable (BIER_ERROR_BASE + 70)
124 #define BIER_remotely_checked_out_object_already_exported (BIER_ERROR_BASE + 71)
125 #define BIER_check_out_site_not_found (BIER_ERROR_BASE + 72)
126 #define BIER_object_not_checked_out_by_site (BIER_ERROR_BASE + 73)
127 #define BIER_invalid_recover_mode_for_export_dir (BIER_ERROR_BASE + 74)
128 #define BIER_invalid_read_tickets_file (BIER_ERROR_BASE + 75)
129 #define BIER_bulk_data_file_not_transfered (BIER_ERROR_BASE + 76)
130 #define BIER_no_fms_bootstrap_urls (BIER_ERROR_BASE + 77)
131 #define BIER_fsc_proxy_error (BIER_ERROR_BASE + 78)
132 #define BIER_user_not_defined_at_remote_site (BIER_ERROR_BASE + 79)
133 #define BIER_group_not_defined_at_remote_site (BIER_ERROR_BASE + 80)
134 #define BIER_user_and_group_not_defined_at_remote_site (BIER_ERROR_BASE + 81)
135 #define BIER_user_not_member_of_group_at_remote_site (BIER_ERROR_BASE + 82)
136 #define BIER_unable_to_remote_export (BIER_ERROR_BASE + 83)
137 #define BIER_unable_to_remote_checkout (BIER_ERROR_BASE + 84)
138 #define BIER_user_has_no_privilege_on_object (BIER_ERROR_BASE + 85)
139 #define BIER_site_has_no_privilege_on_object (BIER_ERROR_BASE + 86)
140 #define BIER_cannot_remote_co_replica (BIER_ERROR_BASE + 87)
141 #define BIER_cannot_transfer_ownership_of_replica (BIER_ERROR_BASE + 88)
142 #define BIER_user_not_defined_in_site_pref (BIER_ERROR_BASE + 89)
143 #define BIER_site_not_defined_in_site_pref (BIER_ERROR_BASE + 90)
144 #define BIER_user_no_import_priv_at_importing_site (BIER_ERROR_BASE + 91)
145 #define BIER_user_no_transfer_in_priv_at_importing_site (BIER_ERROR_BASE + 92)
146 #define BIER_site_no_import_priv_at_importing_site (BIER_ERROR_BASE + 93)
147 #define BIER_site_no_transfer_in_priv_at_importing_site (BIER_ERROR_BASE + 94)
148 #define BIER_user_no_import_priv (BIER_ERROR_BASE + 95)
149 #define BIER_user_no_transfer_in_priv (BIER_ERROR_BASE + 96)
150 #define BIER_no_configured_rev_for_rev_rule (BIER_ERROR_BASE + 97)
151 #define BIER_site_does_not_support_longer_id (BIER_ERROR_BASE + 98)
152 #define BIER_secondary_send_remote_checkin_failed (BIER_ERROR_BASE + 99)
153 #define BIER_unknown_sst_state (BIER_ERROR_BASE + 100)
154 #define BIER_ambiguous_sst (BIER_ERROR_BASE + 101)
155 #define BIER_sst_recovery_required (BIER_ERROR_BASE + 102)
156 #define BIER_sst_in_progress (BIER_ERROR_BASE + 103)
157 #define BIER_sst_cleanup_failed (BIER_ERROR_BASE + 104)
158 #define BIER_unable_to_delete_staging_dir (BIER_ERROR_BASE + 105)
159 #define BIER_sst_recovery_replica_required (BIER_ERROR_BASE + 106)
160 #define BIER_sst_prev_recovery_required (BIER_ERROR_BASE + 107)
161 #define BIER_simulated_internal_error (BIER_ERROR_BASE + 108)
162 #define BIER_chkpt_transaction_in_progress (BIER_ERROR_BASE + 109)
163 #define BIER_sst_client_determined_alive (BIER_ERROR_BASE + 110)
164 #define BIER_sst_client_determined_dead (BIER_ERROR_BASE + 111)
165 #define BIER_sst_client_undetermined (BIER_ERROR_BASE + 112)
166 #define BIER_sst_server_determined_alive (BIER_ERROR_BASE + 113)
167 #define BIER_sst_server_undetermined (BIER_ERROR_BASE + 114)
168 #define BIER_sst_server_determined_alive_is_ours (BIER_ERROR_BASE + 115)
169 #define BIER_sst_session_in_use (BIER_ERROR_BASE + 116)
170 #define BIER_l10n_cannot_get_locale_pref_val (BIER_ERROR_BASE + 117)
171 #define BIER_l10n_locale_not_available (BIER_ERROR_BASE + 118)
172 #define BIER_l10n_cannot_set_localized_attribute (BIER_ERROR_BASE + 119)
173 #define BIER_LOV_export_failed (BIER_ERROR_BASE + 120)
174 #define BIER_LOV_import_failed (BIER_ERROR_BASE + 121)
175 #define BIER_dataset_export_declined_by_custom_code (BIER_ERROR_BASE + 122)
176 
177 #define BIER_site_mismatch_exclude_files (BIER_ERROR_BASE + 131)
178 
179 //010454- Controlled Replication Project
180 #define BIER_CntrlRep_assembly_invalid_for_replication (BIER_ERROR_BASE + 132)
181 #define BIER_CntrlRep_no_revision_rule_provided (BIER_ERROR_BASE + 133)
182 #define BIER_CntrlRep_no_replication_sites (BIER_ERROR_BASE + 134)
183 
184 #define BIER_invalid_revisions_when_xferring (BIER_ERROR_BASE + 135)
185 
186 //010454- Controlled Replication Project
187 #define BIER_CntrlRep_not_precise (BIER_ERROR_BASE + 136)
188 #define BIER_CntrlRep_not_released (BIER_ERROR_BASE + 137)
189 #define BIER_CntrlRep_stubbed (BIER_ERROR_BASE + 138)
190 
191 //Global Organization Project
192 #define BIER_verify_object_at_target_fail (BIER_ERROR_BASE + 139)
193 
196 #define BIER_internal_error (BIER_ERROR_BASE + 140)
197 
199 #define BIER_unknown_object (BIER_ERROR_BASE + 141)
200 
201 
204 #include <objio/libobjio_undef.h>
205 #endif
206