ITK Function Reference

(V10000.1.0.60_20160308.00)
mesinteg_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 $2010.
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 
18 /* */
19 
20 #ifndef MESINTEG_ERRORS_H
21 #define MESINTEG_ERRORS_H
22 
23 #include <common/emh_const.h>
24 #include <mesinteg/libmesinteg_exports.h>
25 
33 #define CMTMESINTEG_depend_on_rejected_work_package (EMH_CMTMESINTEG_error_base + 1)
34 
35 #define CMTMESINTEG_topline_absent (EMH_CMTMESINTEG_error_base + 2)
36 
37 #define CMTMESINTEG_change_object_absent (EMH_CMTMESINTEG_error_base + 3)
38 
39 #define CMTMESINTEG_execution_plan_absent (EMH_CMTMESINTEG_error_base + 4)
40 
41 #define CMTMESINTEG_nothing_to_export (EMH_CMTMESINTEG_error_base + 5)
42 
43 #define CMTMESINTEG_incorrect_item_revision (EMH_CMTMESINTEG_error_base + 6)
44 
45 #define CMTMESINTEG_master_ai_absent (EMH_CMTMESINTEG_error_base + 7)
46 
47 #define CMTMESINTEG_release_master_plan_first (EMH_CMTMESINTEG_error_base + 8)
48 
49 #define CMTMESINTEG_more_than_one_object (EMH_CMTMESINTEG_error_base + 9)
50 
51 #define CMTMESINTEG_no_object_found (EMH_CMTMESINTEG_error_base + 10)
52 
53 #define CMTMESINTEG_preference_with_invalid_type (EMH_CMTMESINTEG_error_base + 11)
54 
55 #define CMTMESINTEG_cc_objects_do_not_match (EMH_CMTMESINTEG_error_base + 12)
56 
57 #include <mesinteg/libmesinteg_undef.h>
58 #endif