User Guide

160 Chapter 13: Verity Error Messages
Runtime error codes
l
Data error codes
K2Error_BadHandleType (-11) Improper object type.
K2Error_HandleNotFound (-12) Object not found.
K2Error_MissingArgs (-13) Missing required arguments.
K2Error_InvalidArgs (-14) Invalid arguments.
K2Error_Unsupported (-19) Using an unsupported feature.
Error code No. Description
K2Error_NoMsgDb (-20) Cannot find the message database.
K2Error_FatalError (-21) Fatal error.
K2Error_OutOfMemory (-22) Out of memory.
K2Error_DiskFull (-23) Out of disk space.
K2Error_NoFileHandles (-24) Out of file handles.
K2Error_InvalidDoc (-25) Bad document ID or key (internal or external).
K2Error_FileNotFound (-26) File not found.
K2Error_ArgTooLarge (-27) Argument too large.
K2Error_InvalidSortSpec (-28) Invalid sort specification.
K2Error_GatewayNotAvail (-29) Gateway driver not available.
K2Error_VersionMismatch (-30) arg or Vdk Object mismatch.
K2Error_NoInstallDir (-100) Cannot find installation directory.
Error code No. Description
K2Error_StyleFiles (-31) Invalid style files.
K2Error_Permissions (-32) Bad file or directory permission.
K2Error_CollNotAvail (-33) The collection is not available because it is down or
under repair. This error occurs only when the Verity
search engine is attempting a submit action (for
example, insert, update, or delete), to a collection. If this
error is returned, the submit action does not occur.
K2Error_CollIll (-34) The collection is corrupt and needs repair.
K2Error_v3Legacy (-35) Unsupported on Legacy V3 database.
K2Error_CollRepair (-36) The collection has been repaired.
K2Error_CollReadOnly (-37) This collection is read-only. No submits are allowed.
Error code No. Description