Constants: Error codes

Parent: $root.$constants

kerrAlreadyExistsError return for file already exists
kerrBaddataError return for attempting to open an invalid data file
kerrBadlibraryError return for attempting to open an invalid library
kerrBadmethodtextError when attempting to assign text to a method
kerrBadnotationError when attempting to evaluate unresolved notation
kerrCantcreateError return for unable to create a file
kerrCantdeleteError return for a file which is locked or in use and cannot be deleted
kerrCantlockError return for failure to set a multiuser semaphore
kerrCantopenError return for unable to open a file
kerrCantshareError return for a file in use elsewhere which cannot be shared
kerrDiskfullError return for a disk is full
kerrDiskReadError return for unable to read a file
kerrDiskWriteError return for unable to write a file
kerrDuplockError return for attempt to lock a record already locked by the same user
kerrEOFReadError return for attempt to read past the end of a file
kerrEOFWriteError return for attempt to write past the end of a file
kerrEventParameterAttempt to use an event parameter which is not used for the current event
kerrInheritedVarUnrecognized inherited variable
kerrListClassClass not found when loading a list
kerrNoaccessError return for access to the file is not available
kerrNoInstanceAttempt to use an instance or task variable when no instance exists
kerrNonullError return for attempt to insert or update a record with a null value in a field with nulls not allowed
kerrNotFoundError return for unable to find a file
kerrNotOpenError return for file not open
kerrObjectClassClass not found when constructing an object variable
kerrObjectRecursionClass contains an object variable with the same class
kerrPortdriverError return for unable to open the driver for a port
kerrPortinuseError return for attempting to open a port which is already being used
kerrSQLError at server during execution of SQL command
kerrSuperclassSuperclass not found when constructing an instance
kerrTaskVarUnrecognized task variable
kerrTesttoolTesting tools external library error
kerrUnqindexError return for attempt to insert or update a record with a non-unique value for a unique index
kerrWriteprotError return for a write protected file or volume