Changeset 2630


Ignore:
Timestamp:
22/02/2010 21:57:36 (2 years ago)
Author:
chris
Message:

Add some exceptions for use by database handling classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/CommonException.txt

    r1091 r2630  
    4646ArchiveBlockIncompleteRead              39      The Store Object Info File is too short or corrupted, and will be rewritten automatically when the next backup completes. 
    4747AccessDenied                            40      Access to the file or directory was denied. Please check the permissions. 
     48DatabaseOpenFailed                      41      Failed to open the database file 
     49DatabaseReadFailed                      42      Failed to read a record from the database file 
     50DatabaseWriteFailed                     43      Failed to write a record from the database file 
     51DatabaseDeleteFailed                    44      Failed to delete a record from the database file 
     52DatabaseCloseFailed                     45      Failed to close the database file 
     53DatabaseRecordNotFound                  46      The database does not contain the expected record 
     54DatabaseRecordAlreadyExists             47      The database already contains a record with this key, which was not expected 
Note: See TracChangeset for help on using the changeset viewer.