ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
TcSoaParameterManagement
soaparameter_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
16
#ifndef SOAPARAMETER_ERRORS_H
17
#define SOAPARAMETER_ERRORS_H
18
19
#include <
common/emh_const.h
>
20
32
#define SOAPARAMETER_invalid_input_parameters (EMH_PARMMGMT_error_base + 0 )
33
#define SOAPARAMETER_invalid_object_tag (EMH_PARMMGMT_error_base + 1 )
34
#define SOAPARAMETER_invalid_object_type (EMH_PARMMGMT_error_base + 2 )
35
#define SOAPARAMETER_where_referenced_failed (EMH_PARMMGMT_error_base + 3 )
36
#define SOAPARAMETER_sm_dro_item_not_found (EMH_PARMMGMT_error_base + 4 )
37
#define SOAPARAMETER_invalid_group_type (EMH_PARMMGMT_error_base + 5 )
38
41
#endif
42