ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
contmgmts1000d40
contmgmts1000d40_errors.h
Go to the documentation of this file.
1
/* Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
==================================================
3
Copyright 2014.
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
9
/*====================================================================================================
10
File description:
11
12
Filename: contmgmts1000d40.h
13
Module : Contmgmts100d40
14
Description: Contmgmts100d40 error codes
15
====================================================================================================*/
16
17
18
#ifndef BREXCHECK_ERRORS_H
19
#define BREXCHECK_ERRORS_H
20
21
#include <
common/emh_const.h
>
22
29
#define CONTMGMTS1000D40_ERROR_BASE EMH_CONTMGMTS1000D_error_base + 100
30
34
#define CONTMGMTS1000D40_general_error (CONTMGMTS1000D40_ERROR_BASE + 0)
35
39
#define CONTMGMTS1000D40_rule_validation_error (CONTMGMTS1000D40_ERROR_BASE + 1)
40
44
#define CONTMGMTS1000D40_v4bdm_rule_processor_error (CONTMGMTS1000D40_ERROR_BASE + 2)
45
49
#define CONTMGMTS1000D40_v3bdm_rule_processor_error (CONTMGMTS1000D40_ERROR_BASE + 3)
50
54
#define CONTMGMTS1000D40_rule_xpath_evaluation_error (CONTMGMTS1000D40_ERROR_BASE + 4)
55
59
#define CONTMGMTS1000D40_brexdm_processor_error (CONTMGMTS1000D40_ERROR_BASE + 5)
60
64
#define CONTMGMTS1000D40_xpath_get_error (CONTMGMTS1000D40_ERROR_BASE + 6)
65
69
#define CONTMGMTS1000D40_brexdmc_path_error (CONTMGMTS1000D40_ERROR_BASE + 7)
70
74
#define CONTMGMTS1000D40_v4bdm_split_allowedvalue_error (CONTMGMTS1000D40_ERROR_BASE + 8)
75
79
#define CONTMGMTS1000D40_v4bdm_missing_allowedvalue_startrange (CONTMGMTS1000D40_ERROR_BASE + 9)
80
84
#define CONTMGMTS1000D40_v4bdm_missing_allowedvalue_endrange (CONTMGMTS1000D40_ERROR_BASE + 10)
85
89
#define CONTMGMTS1000D40_v4bdm_missing_objectpath (CONTMGMTS1000D40_ERROR_BASE + 11)
90
94
#define CONTMGMTS1000D40_v3bdm_missing_objectpath (CONTMGMTS1000D40_ERROR_BASE + 12)
95
99
#define CONTMGMTS1000D40_rule_schema_omitted (CONTMGMTS1000D40_ERROR_BASE + 13)
100
104
#define CONTMGMTS1000D40_reference_extract_error (CONTMGMTS1000D40_ERROR_BASE + 14)
105
109
#define CONTMGMTS1000D40_invalid_datamodule_file (CONTMGMTS1000D40_ERROR_BASE + 15)
110
114
#define CONTMGMTS1000D40_invalid_naming_range (CONTMGMTS1000D40_ERROR_BASE + 16)
115
119
#define CONTMGMTS1000D40_missing_file (CONTMGMTS1000D40_ERROR_BASE + 17)
120
124
#define CONTMGMTS1000D40_invalid_file_type (CONTMGMTS1000D40_ERROR_BASE + 18)
125
129
#define CONTMGMTS1000D40_invalid_csv_data (CONTMGMTS1000D40_ERROR_BASE + 19)
130
134
#define CONTMGMTS1000D40_invalid_csv_data_elements (CONTMGMTS1000D40_ERROR_BASE + 20)
135
139
#define CONTMGMTS1000D40_invalid_regular_expression (CONTMGMTS1000D40_ERROR_BASE + 21)
140
144
#define CONTMGMTS1000D40_invalid_xml (CONTMGMTS1000D40_ERROR_BASE + 22)
145
149
#define CONTMGMTS1000D40_invalid_xml_element (CONTMGMTS1000D40_ERROR_BASE + 23)
150
154
#define CONTMGMTS1000D40_create_failed (CONTMGMTS1000D40_ERROR_BASE + 24)
155
159
#define CONTMGMTS1000D40_paste_failed (CONTMGMTS1000D40_ERROR_BASE + 25)
160
164
#define CONTMGMTS1000D40_bad_input (CONTMGMTS1000D40_ERROR_BASE + 26)
165
169
#define CONTMGMTS1000D40_topic_create_failed (CONTMGMTS1000D40_ERROR_BASE + 27)
170
174
#define CONTMGMTS1000D40_find_language_error (CONTMGMTS1000D40_ERROR_BASE + 28)
175
179
#define CONTMGMTS1000D40_brex_ref_not_found (CONTMGMTS1000D40_ERROR_BASE + 29)
180
184
#define CONTMGMTS1000D40_brex_validation_failed (CONTMGMTS1000D40_ERROR_BASE + 30)
185
186
#endif