[Box Backup-commit] COMMIT r2678 - box/trunk/lib/common

subversion at boxbackup.org subversion at boxbackup.org
Thu Mar 18 21:39:53 GMT 2010


Author: chris
Date: 2010-03-18 21:39:53 +0000 (Thu, 18 Mar 2010)
New Revision: 2678

Modified:
   box/trunk/lib/common/CommonException.txt
Log:
Add new exception codes for database errors.


Modified: box/trunk/lib/common/CommonException.txt
===================================================================
--- box/trunk/lib/common/CommonException.txt	2010-03-18 21:39:20 UTC (rev 2677)
+++ box/trunk/lib/common/CommonException.txt	2010-03-18 21:39:53 UTC (rev 2678)
@@ -52,3 +52,6 @@
 DatabaseCloseFailed			45	Failed to close the database file
 DatabaseRecordNotFound			46	The database does not contain the expected record
 DatabaseRecordAlreadyExists		47	The database already contains a record with this key, which was not expected
+DatabaseRecordBadSize			48	The database contains a record with an invalid size
+DatabaseIterateFailed			49	Failed to iterate over the database keys
+ReferenceNotFound			50	The database does not contain an expected reference




More information about the Boxbackup-commit mailing list