ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
contmgmt
contmgmt_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 2008.
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 CONTMGMT_ERRORS_H
19
#define CONTMGMT_ERRORS_H
20
21
#include <
common/emh_const.h
>
22
23
#include <contmgmt/libcontmgmt_exports.h>
24
31
#define CONTMGMT_ERROR_BASE EMH_CONTMGMT_error_base
32
36
#define CONTMGMT_GENERAL_ERROR (CONTMGMT_ERROR_BASE + 0)
37
41
#define CONTMGMT_uniqueness_check_failed (CONTMGMT_ERROR_BASE + 1)
42
46
#define CONTMGMT_target_not_translation_order (CONTMGMT_ERROR_BASE + 2)
47
51
#define CONTMGMT_email_not_found (CONTMGMT_ERROR_BASE + 3)
52
56
#define CONTMGMT_translation_delivery_not_found (CONTMGMT_ERROR_BASE + 4)
57
60
#include <contmgmt/libcontmgmt_undef.h>
61
62
#endif
63