summaryrefslogtreecommitdiff
path: root/lib/raidfile/RaidFileException.txt
blob: c69dc2a20864084f464723337f01ffcfd3366983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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	Error when accessing a file on the store. Check the store with bbstoreaccounts check.
ErrorOpeningFileForRead			12
FileIsDamagedNotRecoverable		13
InvalidRaidFile					14
DirectoryIncomplete				15
UnexpectedFileInDirPlace		16
FileExistsInDirectoryCreation	17
UnsupportedReadWriteOrClose		18
CanOnlyGetUsageBeforeCommit		19
CanOnlyGetFileSizeBeforeCommit	20
ErrorOpeningWriteFileOnTruncate	21
FileIsCurrentlyOpenForWriting	22