 2bdfa5e4b8
			
		
	
	2bdfa5e4b8
	
	
	
		
			
			git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2673 ec53bebd-3082-4978-b11e-865c3cabbd6b
		
			
				
	
	
		
			24 lines
		
	
	
		
			707 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			707 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # Error messages for the hdb library
 | |
| #
 | |
| # This might look like a com_err file, but is not
 | |
| #
 | |
| # $Id$
 | |
| 
 | |
| error_table hdb
 | |
| 
 | |
| prefix HDB_ERR
 | |
| 
 | |
| 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"
 | |
| 
 | |
| end
 |