ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Att0attrtargetmgmt
att0attrtargetmgmt_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 2014.
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 ATT0ATTRTARGETMGMT_ERRORS_H
19
#define ATT0ATTRTARGETMGMT_ERRORS_H
20
21
#include <
common/emh_const.h
>
22
29
#define ATT0ATTRTARGETMGMT_ERROR_BASE EMH_ATT0ATTRTARGETMGMT_error_base
30
32
#define ATT0ATTRTARGETMGMT_validate_license_failed ( EMH_ATT0ATTRTARGETMGMT_error_base + 1 )
33
35
#define ATT0ATTRTARGETMGMT_set_attribute_definition_revision_type_failed ( EMH_ATT0ATTRTARGETMGMT_error_base + 2 )
36
38
#define ATT0ATTRTARGETMGMT_set_attribute_defintion_unit_failed ( EMH_ATT0ATTRTARGETMGMT_error_base + 3 )
39
41
#define ATT0ATTRTARGETMGMT_duplicated_attrdef_name_error ( EMH_ATT0ATTRTARGETMGMT_error_base + 4 )
42
44
#define ATT0ATTRTARGETMGMT_set_listofvalues_failed ( EMH_ATT0ATTRTARGETMGMT_error_base + 5 )
45
47
#define ATT0ATTRTARGETMGMT_set_minimum_value_failed ( EMH_ATT0ATTRTARGETMGMT_error_base + 6 )
48
50
#define ATT0ATTRTARGETMGMT_set_maximum_value_failed ( EMH_ATT0ATTRTARGETMGMT_error_base + 7 )
51
53
#define ATT0ATTRTARGETMGMT_set_goal_value_failed ( EMH_ATT0ATTRTARGETMGMT_error_base + 8 )
54
56
#define ATT0ATTRTARGETMGMT_invalid_minvalue_error ( EMH_ATT0ATTRTARGETMGMT_error_base + 9 )
57
59
#define ATT0ATTRTARGETMGMT_invalid_maxvalue_error ( EMH_ATT0ATTRTARGETMGMT_error_base + 10 )
60
62
#define ATT0ATTRTARGETMGMT_invalid_goalvalue_error ( EMH_ATT0ATTRTARGETMGMT_error_base + 11 )
63
65
#define ATT0ATTRTARGETMGMT_disabled_attrdefrev_error ( EMH_ATT0ATTRTARGETMGMT_error_base + 12 )
66
68
#define ATT0ATTRTARGETMGMT_create_attr_relation_error ( EMH_ATT0ATTRTARGETMGMT_error_base + 13 )
69
71
#define ATT0ATTRTARGETMGMT_invalid_context_line ( EMH_ATT0ATTRTARGETMGMT_error_base + 14 )
72
74
#define ATT0ATTRTARGETMGMT_parent_isnull ( EMH_ATT0ATTRTARGETMGMT_error_base + 15 )
75
77
#define ATT0ATTRTARGETMGMT_not_matched_attrdef_type ( EMH_ATT0ATTRTARGETMGMT_error_base + 16 )
78
80
#define ATT0ATTRTARGETMGMT_value_less_than_error ( EMH_ATT0ATTRTARGETMGMT_error_base + 17 )
81
83
#define ATT0ATTRTARGETMGMT_invalid_input_primary_object ( EMH_ATT0ATTRTARGETMGMT_error_base + 18 )
84
86
#define ATT0ATTRTARGETMGMT_invalid_output_primary_object ( EMH_ATT0ATTRTARGETMGMT_error_base + 19 )
87
89
#define ATT0ATTRTARGETMGMT_input_parent_already_exist ( EMH_ATT0ATTRTARGETMGMT_error_base + 20 )
90
92
#define ATT0ATTRTARGETMGMT_output_parent_already_exist ( EMH_ATT0ATTRTARGETMGMT_error_base + 21 )
93
95
#define ATT0ATTRTARGETMGMT_input_output_attribute_not_modifiable ( EMH_ATT0ATTRTARGETMGMT_error_base + 22 )
96
98
#define ATT0ATTRTARGETMGMT_input_attribute_measurement_not_modifiable ( EMH_ATT0ATTRTARGETMGMT_error_base + 23 )
99
101
#define ATT0ATTRTARGETMGMT_input_attribute_measurement_out_of_date ( EMH_ATT0ATTRTARGETMGMT_error_base + 25 )
102
104
#define ATT0ATTRTARGETMGMT_type_not_matched ( EMH_ATT0ATTRTARGETMGMT_error_base + 26 )
105
107
#define ATT0ATTRTARGETMGMT_release_stauts_not_allowed_publish ( EMH_ATT0ATTRTARGETMGMT_error_base + 27 )
108
110
#define ATT0ATTRTARGETMGMT_create_goal_dataset_failed ( EMH_ATT0ATTRTARGETMGMT_error_base + 28 )
111
113
#define ATT0ATTRTARGETMGMT_create_measurement_dataset_failed ( EMH_ATT0ATTRTARGETMGMT_error_base + 29 )
114
116
#define ATT0ATTRTARGETMGMT_delete_goal_dataset_failed ( EMH_ATT0ATTRTARGETMGMT_error_base + 30 )
117
119
#define ATT0ATTRTARGETMGMT_delete_measurement_dataset_failed ( EMH_ATT0ATTRTARGETMGMT_error_base + 31 )
120
122
#define ATT0ATTRTARGETMGMT_invalid_measure_value_error ( EMH_ATT0ATTRTARGETMGMT_error_base + 32 )
123
125
#define ATT0ATTRTARGETMGMT_input_output_parent_modification_not_allowed ( EMH_ATT0ATTRTARGETMGMT_error_base + 33 )
126
129
#endif