ITK Function Reference

(V10000.1.0.60_20160308.00)
crt0validationcontract_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 CRT0VALIDATIONCONTRACT_ERRORS_H
19 #define CRT0VALIDATIONCONTRACT_ERRORS_H
20 
21 #include <common/emh_const.h>
22 
23 
30 #define VC_ERROR_BASE EMH_VC_error_base
31 
35 #define VC_invalid_contract_package_syntax_or_schema (VC_ERROR_BASE + 1)
36 
40 #define VC_invalid_contract_package_bus_obj (VC_ERROR_BASE + 2)
41 
45 #define VC_invalid_contract_package_bus_obj_prop (VC_ERROR_BASE + 3)
46 
50 #define VC_error_during_xml_reader_init (VC_ERROR_BASE + 4)
51 
55 #define VC_no_contract_package (VC_ERROR_BASE + 5)
56 
60 #define VC_invalid_contract_package_duplicate_prop (VC_ERROR_BASE + 6)
61 
65 #define VC_duplicated_vcdef_name_error ( VC_ERROR_BASE + 7 )
66 
70 #define VC_validate_license_failed ( VC_ERROR_BASE + 8 )
71 
75 #define VC_invalid_contract_package_quantity ( VC_ERROR_BASE + 9 )
76 
80 #define VC_invalid_contract_package_duplicate_section (VC_ERROR_BASE + 10)
81 
85 #define VC_cannot_add_since_previously_added (VC_ERROR_BASE + 11)
86 
90 #define VC_disabled_defn_status_pref_no_values (VC_ERROR_BASE + 12)
91 
95 #define VC_cannot_create_since_not_a_usable_definition (VC_ERROR_BASE + 13)
96 
97 /*
98  The Analysis Request could not be created, because the object "%1$" specified for the property "Analysis Definition" is not of type Analysis Definition Revision.
99 */
100 #define VC_cannot_create_since_wrong_configuration (VC_ERROR_BASE + 14)
101 
105 #define VC_cannot_create_since_no_usable_definition_for_rev (VC_ERROR_BASE + 15)
106 
110 #define VC_enabled_defn_status_pref_no_values (VC_ERROR_BASE + 16)
111 
115 #define VC_cannot_change_since_already_inuse (VC_ERROR_BASE + 17)
116 
120 #define VC_modification_not_allowed (VC_ERROR_BASE + 18)
121 
125 #define VC_cannot_create_study_with_same_name (VC_ERROR_BASE + 19)
126 
130 #define VC_cannot_change_study_name (VC_ERROR_BASE + 20)
131 
134 #endif