summaryrefslogtreecommitdiff
path: root/lib/raidfile/RaidFileException.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-07-05 21:43:57 +0000
committerChris Wilson <chris+github@qwirx.com>2009-07-05 21:43:57 +0000
commitc184849dc3b79d631fb5f279c9868e5a6bc05990 (patch)
tree5302cae2521abeb481ebcf4360d6f08c706bdee0 /lib/raidfile/RaidFileException.txt
parent53b9012b757ddd3ee451a3d71296e9391f895c42 (diff)
Allow RaidFileWrite to test that the reference count of an object is
correct before overwriting or deleting it.
Diffstat (limited to 'lib/raidfile/RaidFileException.txt')
-rw-r--r--lib/raidfile/RaidFileException.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/raidfile/RaidFileException.txt b/lib/raidfile/RaidFileException.txt
index c69dc2a2..c7ddfcc5 100644
--- a/lib/raidfile/RaidFileException.txt
+++ b/lib/raidfile/RaidFileException.txt
@@ -23,3 +23,6 @@ CanOnlyGetUsageBeforeCommit 19
CanOnlyGetFileSizeBeforeCommit 20
ErrorOpeningWriteFileOnTruncate 21
FileIsCurrentlyOpenForWriting 22
+RequestedModifyUnreferencedFile 23 Internal error: the server attempted to modify a file which has no references.
+RequestedModifyMultiplyReferencedFile 24 Internal error: the server attempted to modify a file which has multiple references.
+RequestedDeleteReferencedFile 25 Internal error: the server attempted to delete a file which is still referenced.