ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
asmaintained
asmaintained_errors.h
Go to the documentation of this file.
1
/*
2
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
3
==================================================
4
Copyright 2008.
5
Siemens Product Lifecycle Management Software Inc.
6
All Rights Reserved.
7
==================================================
8
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
9
*/
10
11
#ifndef ASMAINTAINED_ERRORS_H
12
#define ASMAINTAINED_ERRORS_H
13
14
#include <
common/emh_const.h
>
15
#include <asmaintained/libasmaintained_exports.h>
16
23
#define ASMAINTAINED_error_base EMH_ASMAINTAINED_error_base
24
28
#define ASMAINTAINED_dispositiontype_already_exists (ASMAINTAINED_error_base + 1)
29
33
#define ASMAINTAINED_duplicate_revision_rule (ASMAINTAINED_error_base + 2)
34
38
#define ASMAINTAINED_mro_date_entry_absent (ASMAINTAINED_error_base + 3)
39
43
#define ASMAINTAINED_mro_serviceability_entry_absent (ASMAINTAINED_error_base + 4)
44
48
#define ASMAINTAINED_mro_rule_entries_absent (ASMAINTAINED_error_base + 5)
49
53
#define ASMAINTAINED_physical_part_not_in_location (ASMAINTAINED_error_base + 6)
54
58
#define ASMAINTAINED_physicalpart_revision_is_not_asmaintained_revision (ASMAINTAINED_error_base + 7)
59
63
#define ASMAINTAINED_disposition_type_is_not_serviceable (ASMAINTAINED_error_base + 8)
64
68
#define ASMAINTAINED_duplicate_physical_location (ASMAINTAINED_error_base + 9)
69
73
#define ASMAINTAINED_selected_disposition_state_already_active (ASMAINTAINED_error_base + 10)
74
78
#define ASMAINTAINED_mro_revision_rule_absent (ASMAINTAINED_error_base + 11)
79
82
#define ASMAINTAINED_disposition_start_date_error (ASMAINTAINED_error_base + 12)
83
87
#define ASMAINTAINED_incorrect_uninstallation_date (ASMAINTAINED_error_base + 13)
88
92
#define ASMAINTAINED_disposition_not_specified (ASMAINTAINED_error_base + 14)
93
97
#define ASMAINTAINED_location_not_specified (ASMAINTAINED_error_base + 15)
98
102
#define ASMAINTAINED_part_already_uninstalled (ASMAINTAINED_error_base + 16)
103
107
#define ASMAINTAINED_duplicate_asset_group (ASMAINTAINED_error_base + 17)
108
112
#define ASMAINTAINED_physical_part_revision_is_not_effective_by_date (ASMAINTAINED_error_base + 18)
113
117
#define ASMAINTAINED_physical_part_revision_is_not_serviceable (ASMAINTAINED_error_base + 19)
118
122
#define ASMAINTAINED_uninstallation_date_is_earlier_than_installation_date (ASMAINTAINED_error_base + 20)
123
127
#define ASMAINTAINED_install_date_earlier_than_previous_location_install_date (ASMAINTAINED_error_base + 21)
128
132
#define ASMAINTAINED_selected_part_is_installed (ASMAINTAINED_error_base + 22)
133
137
#define ASMAINTAINED_physical_location_not_found (ASMAINTAINED_error_base + 23)
138
142
#define ASMAINTAINED_physical_part_revision_is_not_effective_by_status (ASMAINTAINED_error_base + 24)
143
147
#define ASMAINTAINED_missing_part_found (ASMAINTAINED_error_base + 25)
148
153
#define ASMAINTAINED_checkedout_part_found (ASMAINTAINED_error_base + 26)
154
158
#define ASMAINTAINED_unserviceable_part_found (ASMAINTAINED_error_base + 27)
159
163
#define ASMAINTAINED_install_child_part_not_asmaintained (ASMAINTAINED_error_base + 28)
164
168
#define ASMAINTAINED_physical_location_already_installed (ASMAINTAINED_error_base + 29)
169
172
#define ASMAINTAINED_physical_part_already_in_location (ASMAINTAINED_error_base + 30)
173
177
#define ASMAINTAINED_effective_physical_part_revision_is_not_asmaintained (ASMAINTAINED_error_base + 31)
178
183
#define ASMAINTAINED_identified_physical_structure_delete_error (ASMAINTAINED_error_base + 32)
184
188
#define ASMAINTAINED_disposition_start_date_cannot_be_future_date (ASMAINTAINED_error_base + 33)
189
193
#define ASMAINTAINED_phys_part_movement_date_cannot_be_future_date (ASMAINTAINED_error_base + 34)
194
198
#define ASMAINTAINED_physical_location_not_revisable (ASMAINTAINED_error_base + 35)
199
203
#define ASMAINTAINED_physical_location_has_children (ASMAINTAINED_error_base + 36)
204
208
#define ASMAINTAINED_physlocation_paste_error (ASMAINTAINED_error_base + 37)
209
213
#define ASMAINTAINED_physlocation_contains_physpart_error (ASMAINTAINED_error_base + 38)
214
218
#define ASMAINTAINED_physlocation_has_parent_error (ASMAINTAINED_error_base + 39)
219
223
#define ASMAINTAINED_physlocation_revise_error (ASMAINTAINED_error_base + 40)
224
228
#define ASMAINTAINED_assetgroup_contains_physicalparts (ASMAINTAINED_error_base + 41)
229
234
#define ASMAINTAINED_installation_date_not_modifiable_error (ASMAINTAINED_error_base + 42)
235
239
#define ASMAINTAINED_invalid_uid (ASMAINTAINED_error_base + 43)
240
243
#include <asmaintained/libasmaintained_undef.h>
244
245
#endif