2 # Error messages for the hdb library
4 # This might look like a com_err file, but is not
13 #error_code INUSE, "Entry already exists in database"
14 error_code UK_SERROR, "Database store error"
15 error_code UK_RERROR, "Database read error"
16 error_code NOENTRY, "No such entry in the database"
17 error_code DB_INUSE, "Database is locked or in use--try again later"
18 error_code DB_CHANGED, "Database was modified during read"
19 error_code RECURSIVELOCK, "Attempt to lock database twice"
20 error_code NOTLOCKED, "Attempt to unlock database when not locked"
21 error_code BADLOCKMODE, "Invalid kdb lock mode"
22 error_code CANT_LOCK_DB, "Insufficient access to lock database"
23 error_code EXISTS, "Entry already exists in database"
24 error_code BADVERSION, "Wrong database version"