ITK Function Reference

(V10000.1.0.60_20160308.00)
asbuilt_errors.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
15 /* */
16 
17 #ifndef ASBUILT_ERRORS_H
18 #define ASBUILT_ERRORS_H
19 
20 #include <common/emh_const.h>
21 #include <asbuilt/libasbuilt_exports.h>
22 
29 #define ASBUILT_error_base EMH_ASBUILT_error_base
30 
34 #define ASBUILT_item_not_valid_neutral_item (ASBUILT_error_base + 1)
35 
39 #define ASBUILT_non_traceable_item (ASBUILT_error_base + 2)
40 
44 #define ASBUILT_item_not_physical_revision (ASBUILT_error_base + 3)
45 
49 #define ASBUILT_incorrect_install_usage_type (ASBUILT_error_base + 4)
50 
55 #define ASBUILT_incorrect_install_date (ASBUILT_error_base + 5)
56 
61 #define ASBUILT_empty_serial_number (ASBUILT_error_base + 6)
62 
67 #define ASBUILT_empty_lot_number (ASBUILT_error_base + 7)
68 
73 #define ASBUILT_empty_serial_lot_number (ASBUILT_error_base + 8)
74 
79 #define ASBUILT_remove_missing_part_error (ASBUILT_error_base + 9)
80 
85 #define ASBUILT_allowed_deviation_not_setup (ASBUILT_error_base + 10)
86 
91 #define ASBUILT_physical_part_is_released (ASBUILT_error_base + 11)
92 
97 #define ASBUILT_missing_part_found (ASBUILT_error_base + 12)
98 
103 #define ASBUILT_checkedout_part_found (ASBUILT_error_base + 13)
104 
108 #define ASBUILT_top_line_cannot_be_replaced (ASBUILT_error_base + 14)
109 
113 #define ASBUILT_install_parent_part_not_asbuilt (ASBUILT_error_base + 15)
114 
118 #define ASBUILT_install_child_part_not_asbuilt (ASBUILT_error_base + 16)
119 
123 #define ASBUILT_physical_revision_is_not_asbuilt (ASBUILT_error_base + 17)
124 
128 #define ASBUILT_physical_part_has_no_asbuilt_revisions (ASBUILT_error_base + 18)
129 
133 #define ASBUILT_incorrect_rebuild_date (ASBUILT_error_base + 19)
134 
138 #define ASBUILT_rebuild_date_cannot_be_future_date (ASBUILT_error_base + 20)
139 
143 #define ASBUILT_invalid_uid (ASBUILT_error_base + 21)
144 
145 
148 #include <asbuilt/libasbuilt_undef.h>
149 
150 #endif