OpenClovis Logo

clCpmErrors.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002-2012 OpenClovis Solutions Inc. All Rights Reserved.
3  *
4  * This file is available under a commercial license from the
5  * copyright holder or the GNU General Public License Version 2.0.
6  *
7  * The source code for this program is not published or otherwise
8  * divested of its trade secrets, irrespective of what has been
9  * deposited with the U.S. Copyright office.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * General Public License for more details.
15  *
16  * For more information, see the file COPYING provided with this
17  * material.
18  */
19 
31 #ifndef _CL_CPM_ERRORS_H_
32 #define _CL_CPM_ERRORS_H_
33 
34 #ifdef __cplusplus
35 extern "C"
36 {
37 #endif
38 
39 #include <clCommon.h>
40 #include <clCommonErrors.h>
41 
45 #define CL_CPM_ERR_OPERATION_NOT_ALLOWED 0x100
46 
50 #define CL_CPM_ERR_EO_UNREACHABLE 0x101
51 
55 #define CL_CPM_ERR_INVALID_ARGUMENTS 0x102
56 
60 #define CL_CPM_ERR_OPERATION_FAILED 0x103
61 
66 #define CL_CPM_ERR_FORWARDING_FAILED 0x104
67 
72 #define CL_CPM_ERR_OPERATION_IN_PROGRESS 0x105
73 
78 #define CL_CPM_ERR_INIT 0x106
79 
84 #define CL_CPM_ERR_BAD_OPERATION 0x107
85 
90 #define CL_CPM_ERR_EXIST 0x108
91 
97 #define CL_CPM_ERR_OPER_ABANDONED 0x109
98 
102 #define CL_CPM_RC(ERROR_CODE) CL_RC(CL_CID_CPM, (ERROR_CODE))
103 
104 #ifdef __cplusplus
105 }
106 #endif
107 
108 #endif /* _CL_CPM_ERRORS_H_ */
109 

Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen