ITK Function Reference

(V10000.1.0.60_20160308.00)
mes_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 $2012.
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 
17 /* */
18 
19 #ifndef MES_ERRORS_H
20 #define MES_ERRORS_H
21 
22 #include <common/emh_const.h>
23 #include <mes/libmes_exports.h>
24 
31 #define MES_initialization_failed (EMH_CMTMES_error_base + 1)
32 
33 #define MES_NoSTXFunctionalityError (EMH_CMTMES_error_base + 2)
34 
35 #define MES_NoWIFunctionalityError (EMH_CMTMES_error_base + 3)
36 
37 #define MES_invalid_target_object_to_load_error (EMH_CMTMES_error_base + 4)
38 
39 #define MES_invalid_target_object_to_save_error (EMH_CMTMES_error_base + 5)
40 
41 #include <mes/libmes_undef.h>
42 #endif