samba-3.5.8 for ARM
[tomato.git] / release / src-rt-6.x.4708 / router / samba-3.5.8 / source4 / heimdal / lib / hdb / hdb_err.et
bloba6e111b32e22857919e7828f261b8c88fa300dda
2 # Error messages for the hdb library
4 # This might look like a com_err file, but is not
6 id "$Id: hdb_err.et,v 1.1.1.1 2011/06/10 09:34:42 andrew Exp $"
8 error_table hdb
10 prefix HDB_ERR
12 index 1
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"
25 error_code NO_MKEY,             "No correct master key"
26 error_code MANDATORY_OPTION,    "Entry contains unknown mandatory extension"
28 end