OpenClovis Logo

Macros
clIocErrors.h File Reference

Header file of Ioc Error Codes. More...

#include <clCommon.h>
#include <clCommonErrors.h>

Go to the source code of this file.

Macros

#define CL_IOC_ERR_COMMPORT_BLOCKED   0x10e /* 0x5010e */
 The communications is blocked, performing the requested operation.
#define CL_IOC_ERR_COMMPORT_INVALID_MODE   0x103 /* 0x50103 */
 Invalid mode of communication port.
#define CL_IOC_ERR_COMMPORT_REG_FAIL   0x101 /* 0x50101 */
 Registering the communication port with IOC has failed.
#define CL_IOC_ERR_COMP_UNREACHABLE   0x108 /* 0x50108 */
 The requested component/commport is not reachable.
#define CL_IOC_ERR_FLOW_XOFF_STATE   0x111 /* 0x50111 */
 Flow control is in XOFF state.
#define CL_IOC_ERR_HOST_UNREACHABLE   0x10d /* 0x5010d */
 The requested host is not reachable.
#define CL_IOC_ERR_INIT_FAILED   0x100 /* 0x50100 */
 IOC or Transport is not initialized.
#define CL_IOC_ERR_INVALID_MSG_OPTION   0x113 /* 0x50113 */
 Invalid type of message passed.
#define CL_IOC_ERR_INVALID_SESSION   0x107 /* 0x50107 */
 Not a valid session.
#define CL_IOC_ERR_MAX   0x116 /* 0x50116 */
 IOC maximum of error code.
#define CL_IOC_ERR_NODE_EXISTS   0x115 /* 0x50115 */
 Node is already registered.
#define CL_IOC_ERR_PROTO_IN_USE_WITH_IOC   0x110 /* 0x50110 */
 The passed protocol type is IOC internal protocol.
#define CL_IOC_ERR_RECV_UNBLOCKED   0x112 /* 0x50112 */
 Receive call did not succeed, blocked receive call is unblocked.
#define CL_IOC_ERR_ROUTE_NOT_EXIST   0x10f /* 0x5010f */
 Route entry does not exist.
#define CL_IOC_ERR_TL_ACTIVE_INST_NOT_PRESENT   0x106 /* 0x50106 */
 No active instance present.
#define CL_IOC_ERR_TL_DUPLICATE_ENTRY   0x105 /* 0x50105 */
 Entry already exists.
#define CL_IOC_ERR_TL_LIMIT_EXCEEDED   0x104 /* 0x50104 */
 No more entries can be added to TL.
#define CL_IOC_ERR_TRY_AGAIN   0x102 /* 0x50102 */
 The operation could not succeed.
#define CL_IOC_ERR_XPORT_ALREADY_REGISTERED   0x10a /* 0x5010a */
 Transport is already registered.
#define CL_IOC_ERR_XPORT_LINK_LIMIT_EXCEEDED   0x114 /* 0x50114 */
 Maximum number of links allowed per transport has already reached.
#define CL_IOC_ERR_XPORT_LINK_NOT_DELETED   0x10c /* 0x5010c */
 Link couldnot be deleted.
#define CL_IOC_ERR_XPORT_LINK_NOT_REGISTERED   0x10b /* 0x5010b */
 Link is not registered.
#define CL_IOC_ERR_XPORT_NOT_REGISTERED   0x109 /* 0x50109 */
 Transport is not registered.
#define CL_IOC_RC(ERROR_CODE)   CL_RC(CL_CID_IOC, (ERROR_CODE))
 Error macro definitions for IOC.

Detailed Description

Header file of Ioc Error Codes.


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