summaryrefslogtreecommitdiff
path: root/lib/common/CommonException.txt
blob: b281988687def760cb38ef13c7ffcfde1b3029d2 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# NOTE: Exception descriptions are for public distributions of Box Backup only -- do not rely for other applications.


EXCEPTION Common 1

Internal			0
AssertFailed		1
OSFileOpenError		2	Can't open a file -- attempted to load a non-existant config file or bad file referenced within?
OSFileCloseError	3
FileAlreadyClosed	4
BadArguments		5
ConfigNoKey			6
ConfigNoSubConfig	7
GetLineNoHandle		8
OSFileError			9	Error accessing a file. Check permissions.
GetLineEOF			10
ConfigBadIntValue	11
GetLineTooLarge		12	Protects against very large lines using up lots of memory.
NotSupported		13
OSFileReadError		14
OSFileWriteError	15
FileClosed			16
IOStreamBadSeekType	17
CantWriteToPartialReadStream			18
CollectInBufferStreamNotInCorrectPhase	19
NamedLockAlreadyLockingSomething		20
NamedLockNotHeld						21
StreamableMemBlockIncompleteRead		22
MemBlockStreamNotSupported				23
StreamDoesntHaveRequiredProperty		24
CannotWriteToReadGatherStream			25
ReadGatherStreamAddingBadBlock			26
CouldNotLookUpUsername					27
CouldNotRestoreProcessUser				28
CouldNotChangeProcessUser				29
RegexNotSupportedOnThisPlatform			30	Your platform does not have built in regular expression libraries.
BadRegularExpression					31
CouldNotCreateKQueue					32
KEventErrorAdd							33
KEventErrorWait							34
KEventErrorRemove						35
KQueueNotSupportedOnThisPlatform		36
IOStreamGetLineNotEnoughDataToIgnore	37	Bad value passed to IOStreamGetLine::IgnoreBufferedData()
TempDirPathTooLong				38	Your temporary directory path is too long. Check the TMP and TEMP environment variables.
ArchiveBlockIncompleteRead		39	The Store Object Info File is too short or corrupted, and will be rewritten automatically when the next backup completes.
AccessDenied				40	Access to the file or directory was denied. Please check the permissions.