Verity Vdk Error Messages; Generic Error Codes; Usage Error Codes; Runtime Error Codes - MACROMEDIA COLDFUSION 5-ADVANCED ADMINISTRATION Manual

Table of Contents

Advertisement

Verity VDK Error Messages

Verity VDK Error Messages
All Verity Developer's Kit API functions return an error code, and VdkSuccess is the
successful return value. A complete listing of API error codes follows.

Generic error codes

Error Code
VdkSuccess
VdkFail
VdkWarn

Usage error codes

Error Code
VdkError_BadArgStruct
VdkError_BadHandleType
VdkError_HandleNotFound
VdkError_MissingArgs
VdkError_InvalidArgs
VdkError_MultipleSesNew
VdkError_NestedService
VdkError_NestedFree
VdkError_Unsupported

Runtime error codes

Error Code
VdkError_NoMsgDb
VdkError_FatalError
VdkError_OutOfMemory
VdkError_DiskFull
VdkError_NoFileHandles
VdkError_InvalidDoc
VdkError_FileNotFound
VdkError_ArgTooLarge
No.
Description
(0)
Operation completed successfully.
(-2)
A general failure not covered by another API error
code.
(1)
A general warning.
No.
Description
(-10)
Invalid argument structure.
(-11)
Improper object type.
(-12)
Object not found.
(-13)
Missing required arguments.
(-14)
Invalid arguments.
(-16)
VdkSessionNew called twice.
(-17)
VdkService called reentrantly.
(-18)
VdkSessionFree called reentrantly.
(-19)
Using an unsupported feature.
No.
Description
(-20)
Cannot find the message database.
(-21)
Fatal error.
(-22)
Out of memory.
(-23)
Out of disk space.
(-24)
Out of file handles.
(-25)
Bad document ID or key (internal or external).
(-26)
File not found.
(-27)
Argument too large.
213

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5-ADVANCED ADMINISTRATION and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion 5

Table of Contents