ITK Function Reference

(V10000.1.0.60_20160308.00)
tracelink_errors.h
Go to the documentation of this file.
1 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2 // ==================================================
3 // Copyright 2010.
4 // Siemens Product Lifecycle Management Software Inc.
5 // All Rights Reserved.
6 // ==================================================
7 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
8 
15 /* */
16 
17 #ifndef TRACELINK_ERRORS_H
18 #define TRACELINK_ERRORS_H
19 
20 #ifndef EMH_CONST_H
21  #include <common/emh_const.h>
22 #endif
23 #include <tccore/libtccore_exports.h>
24 
31 #define TL_invalid_object_type (EMH_TRACELINK_error_base + 1)
32 #define TL_APN_TO_BOMLINE_CONVERT_FAILED (EMH_TRACELINK_error_base + 2)
33 #define TL_primary_bom_view_missing (EMH_TRACELINK_error_base + 3)
34 #define TL_secondary_bom_view_missing (EMH_TRACELINK_error_base + 4)
35 #define TL_null_value_passed (EMH_TRACELINK_error_base + 5)
36 #define TL_primary_released (EMH_TRACELINK_error_base + 6)
37 #define TL_secondary_released (EMH_TRACELINK_error_base + 7)
38 #define TL_both_released (EMH_TRACELINK_error_base + 8)
39 
42 #include <tccore/libtccore_undef.h>
43 #endif