ITK Function Reference

(V10000.1.0.60_20160308.00)
textsrv_errors.h
Go to the documentation of this file.
1 /*==================================================================================================
2 
3  Copyright (c) 2013 Siemens PLM Software
4  Unpublished - All rights reserved
5 
6 ====================================================================================================
7 File description:
8 
9  Errors for the TextServer module
10 
11 ====================================================================================================
12  Date Name Description of Change
13 07-Jan-2013 Johann Chemin-Danielson Creation
14 $HISTORY$
15 ==================================================================================================*/
16 #ifndef TEXTSRV_ERRORS_H
17 #define TEXTSRV_ERRORS_H
18 
19 #include <common/emh_const.h>
20 #include <textsrv/libtextsrv_exports.h>
21 
34 #define TEXTSRV_ERR_error_db (EMH_TEXTSRV_error_base + 1)
35 
37 #define TEXTSRV_ERR_warning_l10n (EMH_TEXTSRV_error_base + 2)
38 
40 #define TEXTSRV_ERR_information_dataentry_from_pref (EMH_TEXTSRV_error_base + 3)
41 
43 #define TEXTSRV_ERR_information_dataentry_from_db (EMH_TEXTSRV_error_base + 4)
44 
47 #define TEXTSRV_ERR_information_database_inconsistent_bypass (EMH_TEXTSRV_error_base + 5)
48 
50 #define TEXTSRV_ERR_information_database_slight_mismatch (EMH_TEXTSRV_error_base + 6)
51 
54 #define TEXTSRV_ERR_thinclient_warning_l10n (EMH_TEXTSRV_error_base + 10)
55 
57 #define TEXTSRV_ERR_thinclient_warning_db (EMH_TEXTSRV_error_base + 11)
58 
60 #define TEXTSRV_ERR_thinclient_warning_l10n_and_db (EMH_TEXTSRV_error_base + 12)
61 
63 #define TEXTSRV_ERR_thinclient_information_database_inconsistent_bypass (EMH_TEXTSRV_error_base + 13)
64 
66 #define TEXTSRV_ERR_thinclient_information_forcing_locale (EMH_TEXTSRV_error_base + 14)
67 
69 #define TEXTSRV_ERR_thinclient_information_database_slight_mismatch (EMH_TEXTSRV_error_base + 15)
70 
80 #define TEXTSRV_ERR_thinclient_error_db (EMH_TEXTSRV_error_base + 20)
81 
83 #define TEXTSRV_ERR_thinclient_error_l10n (EMH_TEXTSRV_error_base + 21)
84 
86 #define TEXTSRV_ERR_thinclient_error_l10n_and_db (EMH_TEXTSRV_error_base + 22)
87 
90 #define TEXTSRV_ERR_bad_file_name (EMH_TEXTSRV_error_base + 25)
91 
92 #define TEXTSRV_ERR_no_xml4c2_system (EMH_TEXTSRV_error_base + 26)
93 
94 #define TEXTSRV_ERR_text_key_not_found (EMH_TEXTSRV_error_base + 27)
95 
97 #define TEXTSRV_ERR_no_supported_language (EMH_TEXTSRV_error_base + 30)
98 
99 #define TEXTSRV_ERR_no_status_names (EMH_TEXTSRV_error_base + 31)
100 
101 #define TEXTSRV_ERR_unsupported_status (EMH_TEXTSRV_error_base + 32)
102 
103 #define TEXTSRV_ERR_no_declared_statuses (EMH_TEXTSRV_error_base + 33)
104 
105 #define TEXTSRV_ERR_locale_not_supported (EMH_TEXTSRV_error_base + 34)
106 
108 #include <textsrv/libtextsrv_undef.h>
109 
110 #endif