KDB Error Codes

DEF ENUM enumeration name KDB_ERROR_ENUM

Enumeration ValueValueDescription
_KE_SUCCESS0Success
_KE_NOTFOUND1Record not found
_KE_ENDOFFILE2End of file
_KE_ENDOFRANGE2End of range
_KE_NOTSTARTED3Invalid path
_KE_DUPLICATE4Duplicate key
_KE_INDEXFULL5Index full
_KE_DATAFULL6Data area full
_KE_NOTOPEN7Table not open
_KE_FILENOTFOUND8Unable to open table
_KE_NOTKISAM9Not a KDB table
_KE_BADHANDLE10No such handle
_KE_BADINDEX11Index damaged
_KE_LOCKED12Row locked by another process
_KE_NOTHELD13Row lock not previous held by this process
_KE_EXISTS14Table already exists
_KE_NOMEMORY15Out of memory
_KE_NOLOGIN16Unable to authenticate
_KE_IOERROR17I/O error
_KE_BADFUNCTION18Invalid function
_KE_BADSORT19FSORT failed
_KE_INDEXDAMAGED20Index set damaged
_KE_SEQDAMAGED21Sequence set damaged
_KE_BADDATAFREE22Free data chain damaged
_KE_BADINDEXFREE23Free index chain damaged
_KE_BADINDEXCONTROLS24Index controls wrong
_KE_ACCESS25Access denied
_KE_BADLOCK26File not lockable
_KE_MMAP27Mapping error
_KE_BADBUFFER28Record too long
_KE_LOGGING29Transaction logging
_KE_TRANSLOCK30Transaction lock
_KE_TRANSSYNTAX31Transaction syntax error
_KE_TRANSSIZE32Transaction size error
_KE_TRANSOFF33Transaction off
_KE_TRANSINTERNAL34Transaction internal error
_KE_LOCKTABLESIZE35Lock table size
_KE_ENDOFGROUP36SQL end of group
_KE_HAVINGREJECTEDGROUP37SQL having rejected group
_KE_NOT_SUPPORTED38Function not supported
_KE_TRUNCATED39String truncated
_KE_SQL_PARSE_ERROR40SQL parse error
_KE_SQL_EXEC_ERROR41SQL exec error
_KE_SQL_BIND_ERROR42SQL bind error
_KE_SQL_PARAM_ERROR43SQL parameter error
_KE_SQL_FETCH_ERROR44SQL fetch error
_KE_SQL_FAIL45SQL fail error
_KE_DATADAMAGED46Data damaged
_KE_WS_BADINDEX47Bad word search index
_KE_WS_INDEXDAMAGED48Word search index damaged
_KE_WS_NOTFOUND49Word(s) not found
_KE_WS_SEQDAMAGED50Word search sequence set damaged
_KE_WS_NOMEMORY51Word search out of memory
_KE_7IOERROR52I/O error
_KE_XML53XML error
_KE_SCHEMA54Schema error
_KE_WSBADFUNCTION55Word search bad function
_KE_DEADLOCK60Deadlock detected while waiting for a lock
_KE_SOCKET61TOS Socket error
_KE_FAILOVER62Database cluster failed over
_KE_ROLLBACK63Application initiated rollback
_KE_KILLED64Database process killed
_KE_STALE65Result set stale
_KE_RECURSION66Infinite recursion
_KE_UNMAPPEDCOLVAL67Did not map a column value from attribute
_KE_NOMAPPEDCOLVALS68Specified column mapping attribute with no column/value pairs
_KE_JSON69JSON parser error
_KE_TMP_NO_ACCESS70Permission denied because table is currently also open in eXclusive mode
_KE_NOLIBRARY71Failed to load a library

Back to the list of Enumerations and Constants