summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/hdb/hdb_err.et
blob: 5c5b80bb366097941e9d0b6f3f764ae5d9ace7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Error messages for the hdb library
#
# This might look like a com_err file, but is not
#
id "$Id: hdb_err.et 15878 2005-08-11 13:17:22Z lha $"

error_table hdb

prefix HDB_ERR

index 1
#error_code INUSE,		"Entry already exists in database"
error_code UK_SERROR,		"Database store error"
error_code UK_RERROR,		"Database read error"
error_code NOENTRY,		"No such entry in the database"
error_code DB_INUSE,		"Database is locked or in use--try again later"
error_code DB_CHANGED,		"Database was modified during read"
error_code RECURSIVELOCK,	"Attempt to lock database twice"
error_code NOTLOCKED,		"Attempt to unlock database when not locked"
error_code BADLOCKMODE,		"Invalid kdb lock mode"
error_code CANT_LOCK_DB,	"Insufficient access to lock database"
error_code EXISTS,		"Entry already exists in database"
error_code BADVERSION,		"Wrong database version"
error_code NO_MKEY,		"No correct master key"
error_code MANDATORY_OPTION,	"Entry contains unknown mandatory extension"

end
OpenPOWER on IntegriCloud