ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Fnd0emailpolling
emailpolling_errors.h
Go to the documentation of this file.
1
// Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
// ==================================================
3
// Copyright 2014.
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
18
/* */
19
20
#ifndef EMLPOLLING_ERRORS_H
21
#define EMLPOLLING_ERRORS_H
22
23
#include <
common/emh_const.h
>
24
31
#define EMLPOLLING_config_id_exists ( EMH_EMLPOLLING_error_base + 2 )
32
34
#define EMLPOLLING_class_not_found ( EMH_EMLPOLLING_error_base + 3 )
35
37
#define EMLPOLLING_method_not_found ( EMH_EMLPOLLING_error_base + 4 )
38
40
#define EMLPOLLING_result_object_not_created ( EMH_EMLPOLLING_error_base + 5 )
41
43
#define EMLPOLLING_connection_failed ( EMH_EMLPOLLING_error_base + 6 )
44
46
#define EMLPOLLING_invalid_dir_specified ( EMH_EMLPOLLING_error_base + 7 )
47
49
#define EMLPOLLING_invalid_response_record_specified ( EMH_EMLPOLLING_error_base + 8 )
50
52
#define EMLPOLLING_download_attachment_failed ( EMH_EMLPOLLING_error_base + 9 )
53
55
#endif