12 #ifndef __KOME_CORE_ERROR_CODE_H__
13 #define __KOME_CORE_ERROR_CODE_H__
22 unsigned int errorcode(
const char* errorName );
82 #endif // __KOME_CORE_ERROR_CODE_H__
const unsigned int ERR_NULL_POINTER
void errorcleanup(void)
deallocate error strings object
const unsigned int ERR_ILLEGAL_FILE
const unsigned int ERR_ILLEGAL_VALUE
const unsigned int ERR_FILE_OPEN_FAILED
const unsigned int ERR_OK
const unsigned int ERR_FILE_READ_FAILED
const unsigned int ERR_OTHER
const unsigned int ERR_FILE_PARMISSIONS_ILLEGAL
const unsigned int ERR_PATH_IS_DIRECTORY
const unsigned int ERR_ILLEGAL_NAME
const unsigned int ERR_FILE_NOT_FOUND
const char * errorstring(unsigned int errorCode)
get error string for an existing error
const unsigned int ERR_FILE_WRITE_FAILED
unsigned int errorcode(const char *errorName)
get new error code
const unsigned int ERR_FILE_CLOSE_FAILED
const unsigned int ERR_DB