40 #ifndef _CL_DBAL_ERRORS_H_
41 #define _CL_DBAL_ERRORS_H_
57 #define CL_DBAL_ERR_DB_ERROR 0x100
62 #define CL_DBAL_ERR_COMMIT_FAILED 0x101
67 #define CL_DBAL_ERR_ABORT_FAILED 0x102
76 #define CL_DBAL_RC(ERROR_CODE) CL_RC(CL_CID_DBAL, (ERROR_CODE))
Typical defines found in any software project.
Common Error Codes shared across multiple Clovis ASP Components.