ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Lis0lisfmwrk
Lis0lisfmwrk_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 LIS0LISFMWRK_ERRORS_H
19
#define LIS0LISFMWRK_ERRORS_H
20
21
#include <
common/emh_const.h
>
22
29
#define LIS0LISFMWRK_ERROR_BASE EMH_LIS0LISFMWRK_error_base
30
32
#define LIS0LISFMWRK_invalid_url_input ( EMH_LIS0LISFMWRK_error_base + 1 )
33
35
#define LIS0LISFMWRK_url_cannot_connect ( EMH_LIS0LISFMWRK_error_base + 2 )
36
38
#define LIS0LISFMWRK_url_cannot_resolve_host ( EMH_LIS0LISFMWRK_error_base + 3 )
39
41
#define LIS0LISFMWRK_url_use_wrongformat ( EMH_LIS0LISFMWRK_error_base + 4 )
42
44
#define LIS0LISFMWRK_url_operation_timeout ( EMH_LIS0LISFMWRK_error_base + 5 )
45
47
#define LIS0LISFMWRK_url_out_of_memory ( EMH_LIS0LISFMWRK_error_base + 6 )
48
50
#define LIS0LISFMWRK_url_not_authorized ( EMH_LIS0LISFMWRK_error_base + 7 )
51
53
#define LIS0LISFMWRK_invalid_http_response ( EMH_LIS0LISFMWRK_error_base + 8 )
54
56
#define LIS0LISFMWRK_domain_not_supported ( EMH_LIS0LISFMWRK_error_base + 9 )
57
59
#define LIS0LISFMWRK_validate_license_failed ( EMH_LIS0LISFMWRK_error_base + 10 )
60
62
#define LIS0LISFMWRK_url_cannot_modified ( EMH_LIS0LISFMWRK_error_base + 11 )
63
65
#define LIS0LISFMWRK_url_request_error ( EMH_LIS0LISFMWRK_error_base + 12 )
66
68
#define LIS0LISFMWRK_site_or_service_provider_inactive ( EMH_LIS0LISFMWRK_error_base + 13 )
69
71
#define LIS0LISFMWRK_resource_not_supported ( EMH_LIS0LISFMWRK_error_base + 14 )
72
74
#define LIS0LISFMWRK_media_writer_not_exist ( EMH_LIS0LISFMWRK_error_base + 15 )
75
77
#define LIS0LISFMWRK_failed_to_parse_json_envelope ( EMH_LIS0LISFMWRK_error_base + 16 )
78
80
#define LIS0LISFMWRK_resource_shape_invalid_type ( EMH_LIS0LISFMWRK_error_base + 17 )
81
83
#define LIS0LISFMWRK_regsitry_helper_failed ( EMH_LIS0LISFMWRK_error_base + 18 )
84
86
#define LIS0LISFMWRK_input_invalid_object ( EMH_LIS0LISFMWRK_error_base + 19 )
87
89
#define LIS0LISFMWRK_input_invalid_request ( EMH_LIS0LISFMWRK_error_base + 20 )
90
92
#define LIS0LISFMWRK_input_request_body_empty ( EMH_LIS0LISFMWRK_error_base + 21 )
93
95
#define LIS0LISFMWRK_input_object_out_of_sync ( EMH_LIS0LISFMWRK_error_base + 22 )
96
98
#define LIS0LISFMWRK_application_name_not_registered ( EMH_LIS0LISFMWRK_error_base + 23 )
99
101
#define LIS0LISFMWRK_valid_attr_helper_not_found ( EMH_LIS0LISFMWRK_error_base + 24 )
102
104
#define LIS0LISFMWRK_valid_writer_not_found ( EMH_LIS0LISFMWRK_error_base + 25 )
105
107
#define LIS0LISFMWRK_input_type_not_specified ( EMH_LIS0LISFMWRK_error_base + 26 )
108
110
#define LIS0LISFMWRK_invalid_type_catalog ( EMH_LIS0LISFMWRK_error_base + 27 )
111
113
#define LIS0LISFMWRK_consumerkey_or_appname_does_not_exist ( EMH_LIS0LISFMWRK_error_base + 28 )
114
116
#define LIS0LISFMWRK_input_invalid_catalog_request ( EMH_LIS0LISFMWRK_error_base + 29 )
117
119
#define LIS0LISFMWRK_no_factory_services_defined ( EMH_LIS0LISFMWRK_error_base + 30 )
120
122
#define LIS0LISFMWRK_no_delegated_ui_services_defined ( EMH_LIS0LISFMWRK_error_base + 31 )
123
126
#endif