ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
mdl0model
Mdl0Model_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
18
#ifndef MDL0MODEL_ERRORS_H
19
#define MDL0MODEL_ERRORS_H
20
21
/*================================================================================================*/
22
#ifndef EMH_CONST_H
23
#include <
common/emh_const.h
>
24
#endif
25
26
#include <mdl0model/libmdl0model_exports.h>
27
28
/*================================================================================================*/
29
37
#define MDL0MODEL_ERROR_BASE EMH_MDL0MODEL_error_base
38
39
43
#define MDL0MODEL_internal_error ( MDL0MODEL_ERROR_BASE + 1 )
44
48
#define MDL0MODEL_null_tag ( MDL0MODEL_ERROR_BASE + 2 )
49
53
#define MDL0MODEL_missing_model_behavior ( MDL0MODEL_ERROR_BASE + 3 )
54
58
#define MDL0MODEL_missing_modelcontent_behavior ( MDL0MODEL_ERROR_BASE + 4 )
59
63
#define MDL0MODEL_element_not_allowed_in_model ( MDL0MODEL_ERROR_BASE + 5 )
64
68
#define MDL0MODEL_invalid_revision_rule_in_config_context ( MDL0MODEL_ERROR_BASE + 6 )
69
73
#define MDL0MODEL_invalid_application_model ( MDL0MODEL_ERROR_BASE + 7 )
74
78
#define MDL0MODEL_invalid_saved_query_in_search ( MDL0MODEL_ERROR_BASE + 8 )
79
83
#define Mdl0Model_invalid_group_operator ( MDL0MODEL_ERROR_BASE + 9 )
84
90
#define Mdl0Model_invalid_box_operator ( MDL0MODEL_ERROR_BASE + 10 )
91
95
#define Mdl0Model_improper_format_for_sort_attribute ( MDL0MODEL_ERROR_BASE + 11 )
96
100
#define Mdl0Model_invalid_usage_of_or_predicate ( MDL0MODEL_ERROR_BASE + 12 )
101
105
#define Mdl0Model_invalid_usage_of_unary_not_predicate ( MDL0MODEL_ERROR_BASE + 13 )
106
110
#define Mdl0Model_invalid_sub_expression_for_not_expression ( MDL0MODEL_ERROR_BASE + 14 )
111
117
#define Mdl0Model_invalid_plane_operator ( MDL0MODEL_ERROR_BASE + 15 )
118
122
#define MDL0MODEL_no_access_privilege ( MDL0MODEL_ERROR_BASE + 16 )
123
127
#define Mdl0Model_invalid_recipe_container ( MDL0MODEL_ERROR_BASE + 17 )
128
132
#define Mdl0Model_next_id_lock_failed ( MDL0MODEL_ERROR_BASE + 18 )
133
137
#define Mdl0Model_unsupported_type ( MDL0MODEL_ERROR_BASE + 19 )
138
142
#define Mdl0Model_customized_id_does_exist ( MDL0MODEL_ERROR_BASE + 20 )
143
147
#define MDL0MODEL_type_not_expected ( MDL0MODEL_ERROR_BASE + 21 )
148
152
#define MDL0MODEL_invalid_transform_matrix ( MDL0MODEL_ERROR_BASE + 22 )
153
157
#define MDL0MODEL_no_valid_clause_in_revision_rule ( MDL0MODEL_ERROR_BASE + 23 )
158
162
#define MDL0MODEL_invalid_working_user_entry ( MDL0MODEL_ERROR_BASE + 24 )
163
167
#define MDL0MODEL_invalid_working_group_entry ( MDL0MODEL_ERROR_BASE + 25 )
168
172
#define MDL0MODEL_invalid_status_entry ( MDL0MODEL_ERROR_BASE + 26 )
173
177
#define MDL0MODEL_invalid_recipe_to_load ( MDL0MODEL_ERROR_BASE + 27 )
178
182
#define MDL0MODEL_invalid_set_of_sort_attributes ( MDL0MODEL_ERROR_BASE + 28 )
183
187
#define MDL0MODEL_attribute_not_part_of_the_sortlist ( MDL0MODEL_ERROR_BASE + 29 )
188
192
#define MDL0MODEL_invalid_revision_rule_clause ( MDL0MODEL_ERROR_BASE + 30 )
193
197
#define MDL0MODEL_not_expression_cannot_be_root ( MDL0MODEL_ERROR_BASE + 31 )
198
202
#define MDL0MODEL_cannot_delete_has_contents ( MDL0MODEL_ERROR_BASE + 32 )
203
207
#define MDL0MODEL_invalid_proximity_target ( MDL0MODEL_ERROR_BASE + 33 )
208
212
#define MDL0MODEL_invalid_trushape_data_target ( MDL0MODEL_ERROR_BASE + 34 )
213
218
#define MDL0MODEL_inst_violates_unique ( MDL0MODEL_ERROR_BASE + 35 )
219
223
#define MDL0MODEL_object_has_no_status ( MDL0MODEL_ERROR_BASE + 36 )
224
228
#define MDL0MODEL_obsolete_object_not_modifiable ( MDL0MODEL_ERROR_BASE + 37 )
229
233
#define MDL0MODEL_obsolete_object_not_checkoutable ( MDL0MODEL_ERROR_BASE + 38 )
234
238
#define MDL0MODEL_object_deepcopy_data_cannot_be_retrieved ( MDL0MODEL_ERROR_BASE + 39 )
239
244
#define MDL0MODEL_content_from_different_models ( MDL0MODEL_ERROR_BASE + 40 )
245
250
#define MDL0MODEL_revise_not_supported ( MDL0MODEL_ERROR_BASE + 41 )
251
255
#define MDL0MODEL_option_set_expression_not_at_top ( MDL0MODEL_ERROR_BASE + 42 )
256
260
#define MDL0MODEL_invalid_input ( MDL0MODEL_ERROR_BASE + 43 )
261
265
#define MDL0MODEL_invalid_proximity_distance ( MDL0MODEL_ERROR_BASE + 44 )
266
270
#define MDL0MODEL_invalid_model_object_for_import ( MDL0MODEL_ERROR_BASE + 45 )
271
272
/*
273
* The selected objects are inactive. In order to make them active, please close the application and re-launch it.
274
*/
275
#define MDL0MODEL_invalid_ConfigurationContext ( MDL0MODEL_ERROR_BASE + 46 )
276
280
#define MDL0MODEL_invalid_revision_id_value ( MDL0MODEL_ERROR_BASE + 47 )
281
285
#define MDL0MODEL_invalid_realization ( MDL0MODEL_ERROR_BASE + 48 )
286
291
#include <mdl0model/libmdl0model_undef.h>
292
#endif