ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Mdl0SoaModelCore
soamodelcore_errors.h
Go to the documentation of this file.
1
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
//==================================================
3
//Copyright 2011.
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
#ifndef SOAMODELCORE_ERRORS_H
10
#define SOAMODELCORE_ERRORS_H
11
12
#include <
common/emh_const.h
>
13
14
/*================================================================================================*/
18
#define SOAMODELCORE_ERROR_BASE EMH_SOA_MODELCORE_error_base // 284000
19
23
#define SOAMODELCORE_no_tctype_found ( SOAMODELCORE_ERROR_BASE + 1 )
24
28
#define SOAMODELCORE_object_not_created ( SOAMODELCORE_ERROR_BASE + 2 )
29
33
#define SOAMODELCORE_revise_not_supported_for_BO ( SOAMODELCORE_ERROR_BASE + 3 )
34
38
#define SOAMODELCORE_relation_attribute_not_implemented ( SOAMODELCORE_ERROR_BASE + 4 )
39
43
#define SOAMODELCORE_invalid_relation_traversal_input_s ( SOAMODELCORE_ERROR_BASE + 5 )
44
48
#define SOAMODELCORE_invalid_relation_traversal_input_i ( SOAMODELCORE_ERROR_BASE + 6 )
49
53
#define SOAMODELCORE_invalid_relation_traversal_input_a ( SOAMODELCORE_ERROR_BASE + 7 )
54
55
#endif