OpenClovis Logo

Macros
clNameErrors.h File Reference

Header file of Name Service Related Error Codes. More...

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

Go to the source code of this file.

Macros

#define CL_NS_ERR_CONTEXT_ALREADY_CREATED   0x106
 While trying to create a context that is already created.
#define CL_NS_ERR_CONTEXT_CREATION_FAILED   0x104
 Context creation failed.
#define CL_NS_ERR_CONTEXT_NOT_CREATED   0x102
 On registering, deregistering or querying a context that does not exist.
#define CL_NS_ERR_ENTRY_NOT_FOUND   0x100
 On querying an entry that is not present.
#define CL_NS_ERR_LIMIT_EXCEEDED   0x101
 On creating or registering the contexts and entries more than the maximum allowed.
#define CL_NS_ERR_OPERATION_NOT_PERMITTED   0x105
 Requested operation not permitted.
#define CL_NS_ERR_SERVICE_NOT_REGISTERED   0x103
 Trying to delete a service that was not registered.
#define CL_NS_RC(ERROR_CODE)   CL_RC(CL_CID_NS, (ERROR_CODE))
 Macro for appending NS component id to the error code.

Detailed Description

Header file of Name Service Related Error Codes.


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