Ignore:
Timestamp:
05/07/2009 22:43:57 (3 years ago)
Author:
chris
Message:

Allow RaidFileWrite? to test that the reference count of an object is
correct before overwriting or deleting it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/raidfile/RaidFileException.txt

    r1519 r2543  
    2424ErrorOpeningWriteFileOnTruncate 21 
    2525FileIsCurrentlyOpenForWriting   22 
     26RequestedModifyUnreferencedFile 23      Internal error: the server attempted to modify a file which has no references. 
     27RequestedModifyMultiplyReferencedFile   24      Internal error: the server attempted to modify a file which has multiple references. 
     28RequestedDeleteReferencedFile   25      Internal error: the server attempted to delete a file which is still referenced. 
Note: See TracChangeset for help on using the changeset viewer.