ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Cpd0SoaCpdCore
soacpd0cd_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 SOACPD0CD_ERRORS_H
10
#define SOACPD0CD_ERRORS_H
11
12
#include <
common/emh_const.h
>
13
14
/*================================================================================================*/
15
#define SOACPD0CD_ERROR_BASE EMH_SOA_CPD0CD_error_base // 283500
16
17
#define SOACPD0CD_internal_error ( SOACPD0CD_ERROR_BASE + 1 )
18
#define SOACPD0CD_invalid_botype_error ( SOACPD0CD_ERROR_BASE + 2 )
19
#define CPD0_invalid_default_revision_rule ( SOACPD0CD_ERROR_BASE + 3 )
20
#define CPD_relation_attribute_not_implemented ( SOACPD0CD_ERROR_BASE + 4 )
21
#define CPD0_invalid_relation_traversal_input_s ( SOACPD0CD_ERROR_BASE + 5 )
22
#define CPD0_invalid_relation_traversal_input_i ( SOACPD0CD_ERROR_BASE + 6 )
23
#define CPD0_invalid_relation_traversal_input_a ( SOACPD0CD_ERROR_BASE + 7 )
24
#define CPD0_object_is_modified ( SOACPD0CD_ERROR_BASE + 8 )
25
26
#endif