ITK Function Reference

(V10000.1.0.60_20160308.00)
l10n_errors.h
Go to the documentation of this file.
1 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2 // ==================================================
3 // Copyright 2009.
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 
17 #ifndef L10N_ERRORS_H
18 #define L10N_ERRORS_H
19 
20 #include <common/emh_const.h>
21 #include <tccore/libtccore_exports.h>
22 
30 #define L10N_no_input_objects (EMH_L10N_error_base + 1)
31 #define L10N_no_matching_objects_found (EMH_L10N_error_base + 2)
32 #define L10N_xml_parsing_error_1 (EMH_L10N_error_base + 3)
33 #define L10N_xml_parsing_error_2 (EMH_L10N_error_base + 4)
34 #define L10N_unknown_xml_parsing_error (EMH_L10N_error_base + 5)
35 #define L10N_no_privilege (EMH_L10N_error_base + 6)
36 #define L10N_invalid_translation_locale (EMH_L10N_error_base + 7)
37 #define L10N_import_failure (EMH_L10N_error_base + 8)
38 #define L10N_no_output_file_provided (EMH_L10N_error_base + 9)
39 #define L10N_prop_value_not_approved_state (EMH_L10N_error_base + 10)
40 
41 
42 
43 
46 #include <tccore/libtccore_undef.h>
47 #endif