summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-04-20 20:00:30 +0000
committerChris Wilson <chris+github@qwirx.com>2007-04-20 20:00:30 +0000
commit56dbaefb199b9324774fd10151c1280acba98c25 (patch)
tree6261379f1a99b503197bbf9b3ceb99e2db4663b5
parenta67a101d016147f2cb2410fd8695dc356cbc443a (diff)
Added commentary to RaidFileDoesntExist exception.
-rw-r--r--lib/raidfile/RaidFileException.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/raidfile/RaidFileException.txt b/lib/raidfile/RaidFileException.txt
index 6ad74563..26d3ca4b 100644
--- a/lib/raidfile/RaidFileException.txt
+++ b/lib/raidfile/RaidFileException.txt
@@ -11,7 +11,8 @@ NotOpen 7
OSError 8 Error when accessing an underlying file. Check file permissions allow files to be read and written in the configured raid directories.
WriteFileOpenOnTransform 9
WrongNumberOfDiscsInSet 10 There should be three directories in each disc set.
-RaidFileDoesntExist 11
+RaidFileDoesntExist 11 Error when accessing a
+file on the store. Check the store with bbstoreaccounts check.
ErrorOpeningFileForRead 12
FileIsDamagedNotRecoverable 13
InvalidRaidFile 14