summaryrefslogtreecommitdiff
path: root/lib/raidfile/RaidFileException.txt
blob: c7ddfcc59d77e5b0f6c504acd39bddb47937c967 (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
26
27
28
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
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.