ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
condvalidation
condvalidation_errors.h
Go to the documentation of this file.
1
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
//==================================================
3
//Copyright $2009.
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
16
#ifndef CONDVALIDATION_ERRORS_H
17
#define CONDVALIDATION_ERRORS_H
18
19
/*================================================================================================*/
20
#ifndef EMH_CONST_H
21
#include <
common/emh_const.h
>
22
#endif
23
24
#include <condvalidation/libcondvalidation_exports.h>
25
26
/*================================================================================================*/
27
28
#define CONDVALIDATION_ERROR_BASE EMH_CONDVALIDATION_error_base
29
30
#define CONDVALIDATION_internal_error ( EMH_CONDVALIDATION_error_base + 1 )
31
#define CONDVALIDATION_invalid_condition_scope ( EMH_CONDVALIDATION_error_base + 2 )
32
#define CONDVALIDATION_fail_ask_apn ( EMH_CONDVALIDATION_error_base + 3 )
33
#define CONDVALIDATION_return_count_mismatch ( EMH_CONDVALIDATION_error_base + 4 )
34
#define CONDVALIDATION_return_evaluate_bomline_mismatch ( EMH_CONDVALIDATION_error_base + 5 )
35
#define CONDVALIDATION_return_evaluate_condvalresults_mismatch ( EMH_CONDVALIDATION_error_base + 6 )
36
#define CONDVALIDATION_return_evaluate_results_mismatch ( EMH_CONDVALIDATION_error_base + 7 )
37
#define CONDVALIDATION_undefined_test_name ( EMH_CONDVALIDATION_error_base + 8 )
38
#define CONDVALIDATION_chkObjProp_Mismatch ( EMH_CONDVALIDATION_error_base + 9 )
39
#define CONDVALIDATION_invalid_instance_creation ( EMH_CONDVALIDATION_error_base + 10 )
40
#define CONDVALIDATION_empty_overridden_decision_user ( EMH_CONDVALIDATION_error_base + 11 )
41
42
#include <condvalidation/libcondvalidation_undef.h>
43
#endif