User Guide
156 Chapter 13: Verity Error Messages
Runtime error codes
Data error codes
VdkError_NestedFree (-18) VdkSessionFree called reentrantly.
VdkError_Unsupported (-19) Using an unsupported feature.
Error code No. Description
VdkError_NoMsgDb (-20) Cannot find the message database.
VdkError_FatalError (-21) Fatal error.
VdkError_OutOfMemory (-22) Out of memory.
VdkError_DiskFull (-23) Out of disk space.
VdkError_NoFileHandles (-24) Out of file handles.
VdkError_InvalidDoc (-25) Bad document ID or key (internal or external).
VdkError_FileNotFound (-26) File not found.
VdkError_ArgTooLarge (-27) Argument too large.
VdkError_InvalidSortSpec (-28) Invalid sort specification.
VdkError_GatewayNotAvail (-29) Gateway driver not available.
VdkError_VersionMismatch (-30) Argument or object mismatch.
VdkError_NoInstallDir (-100) Cannot find installation directory.
Error code No. Description
VdkError_StyleFiles (-31) Invalid style files.
VdkError_Permissions (-32) Bad file or directory permission.
VdkError_CollNotAvail (-33) The collection is not available because it is down or under
repair. This error occurs only when the Verity 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.
VdkError_CollIll (-34) The collection is very sick.
VdkError_CollRepair (-36) The collection has been repaired.
VdkError_CollReadOnly (-37) This collection is read-only. No submits are allowed.
VdkError_CollPurge (-38) Purge failed due to problems deleting from any of the
following directories: pdd, work, trans
VdkError_CollPathTooBig (-39) Collection path supplied for the path member in
VdkCollectionOpenArgRec is too long. For more
information, refer to the description of the
VdkPath_MaxSize macro in your Verity documentation.
Error code No. Description