ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Lis0lisfmwrkbmide
Lis0lisfmwrkbmide_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 LIS0LISFMWRKBMIDE_ERRORS_H
19
#define LIS0LISFMWRKBMIDE_ERRORS_H
20
21
#include <
common/emh_const.h
>
22
29
#define LIS0LISFMWRK_BMIDE_BMIDE_ERROR_BASE EMH_LIS0LISFMWRK_BMIDE_error_base
30
32
#define LIS0LISFMWRK_BMIDE_lisprotocol_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 1 )
33
35
#define LIS0LISFMWRK_BMIDE_lisprotocol_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 2 )
36
38
#define LIS0LISFMWRK_BMIDE_lisprotocol_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 3 )
39
41
#define LIS0LISFMWRK_BMIDE_liscatalog_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 4 )
42
44
#define LIS0LISFMWRK_BMIDE_liscatalog_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 5 )
45
47
#define LIS0LISFMWRK_BMIDE_liscatalog_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 6 )
48
50
#define LIS0LISFMWRK_BMIDE_liscatalog_protocol_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 7 )
51
53
#define LIS0LISFMWRK_BMIDE_lisprovider_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 8 )
54
56
#define LIS0LISFMWRK_BMIDE_lisprovider_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 9 )
57
59
#define LIS0LISFMWRK_BMIDE_lisprovider_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 10 )
60
62
#define LIS0LISFMWRK_BMIDE_lisprovider_catalog_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 11 )
63
65
#define LIS0LISFMWRK_BMIDE_lisdialogservice_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 12 )
66
68
#define LIS0LISFMWRK_BMIDE_lisdialogservice_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 13 )
69
71
#define LIS0LISFMWRK_BMIDE_lisdialogservice_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 14 )
72
74
#define LIS0LISFMWRK_BMIDE_lisdialogservice_provider_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 15 )
75
77
#define LIS0LISFMWRK_BMIDE_lisfactoryservice_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 16 )
78
80
#define LIS0LISFMWRK_BMIDE_lisfactoryservice_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 17 )
81
83
#define LIS0LISFMWRK_BMIDE_lisfactoryservice_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 18 )
84
86
#define LIS0LISFMWRK_BMIDE_lisfactoryservice_provider_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 19 )
87
89
#define LIS0LISFMWRK_BMIDE_lisoperation_already_exists ( EMH_LIS0LISFMWRK_BMIDE_error_base + 20 )
90
92
#define LIS0LISFMWRK_BMIDE_lisoperation_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 21 )
93
95
#define LIS0LISFMWRK_BMIDE_lisoperation_create_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 22 )
96
98
#define LIS0LISFMWRK_BMIDE_lisoperation_service_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 23 )
99
101
#define LIS0LISFMWRK_BMIDE_lisoperation_library_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 24 )
102
104
#define LIS0LISFMWRK_BMIDE_catalog_lisincludedtypes_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 25 )
105
107
#define LIS0LISFMWRK_BMIDE_catalog_lisexcludedtypes_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 26 )
108
110
#define LIS0LISFMWRK_BMIDE_lisoperation_deprecated_release_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 27 )
111
113
#define LIS0LISFMWRK_BMIDE_instance_does_not_exist ( EMH_LIS0LISFMWRK_BMIDE_error_base + 28 )
114
115
119
#endif