summaryrefslogtreecommitdiff
path: root/lib/raidfile/RaidFileException.txt
diff options
context:
space:
mode:
authorBen Summers <ben@fluffy.co.uk>2005-10-14 08:50:54 +0000
committerBen Summers <ben@fluffy.co.uk>2005-10-14 08:50:54 +0000
commit99f8ce096bc5569adbfea1911dbcda24c28d8d8b (patch)
tree049c302161fea1f2f6223e1e8f3c40d9e8aadc8b /lib/raidfile/RaidFileException.txt
Box Backup 0.09 with a few tweeks
Diffstat (limited to 'lib/raidfile/RaidFileException.txt')
-rw-r--r--lib/raidfile/RaidFileException.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/raidfile/RaidFileException.txt b/lib/raidfile/RaidFileException.txt
new file mode 100644
index 00000000..6ad74563
--- /dev/null
+++ b/lib/raidfile/RaidFileException.txt
@@ -0,0 +1,25 @@
+EXCEPTION RaidFile 2
+
+Internal 0
+CantOpenConfigFile 1 The raidfile.conf file is not accessible. Check that it is present in the default location or daemon configuration files point to the correct location.
+BadConfigFile 2
+NoSuchDiscSet 3
+CannotOverwriteExistingFile 4
+AlreadyOpen 5
+ErrorOpeningWriteFile 6
+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
+ErrorOpeningFileForRead 12
+FileIsDamagedNotRecoverable 13
+InvalidRaidFile 14
+DirectoryIncomplete 15
+UnexpectedFileInDirPlace 16
+FileExistsInDirectoryCreation 17
+UnsupportedReadWriteOrClose 18
+CanOnlyGetUsageBeforeCommit 19
+CanOnlyGetFileSizeBeforeCommit 20
+ErrorOpeningWriteFileOnTruncate 21
+FileIsCurrentlyOpenForWriting 22