OpenClovis Logo

Macros
clDbalErrors.h File Reference

Header file of Error Codes returned by the DBAL Library. More...

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

Go to the source code of this file.

Macros

#define CL_DBAL_ERR_ABORT_FAILED   0x102
 An error has occured during transaction abort.
#define CL_DBAL_ERR_COMMIT_FAILED   0x101
 An error has occured during transaction commit.
#define CL_DBAL_ERR_DB_ERROR   0x100
 An unextected error has occured during DB operation.
#define CL_DBAL_RC(ERROR_CODE)   CL_RC(CL_CID_DBAL, (ERROR_CODE))
 Appends the DBAL Component ID to the Error Code.

Detailed Description

Header file of Error Codes returned by the DBAL Library.


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