| 1 | EXCEPTION BackupStore 4 |
|---|
| 2 | |
|---|
| 3 | Internal 0 |
|---|
| 4 | BadAccountDatabaseFile 1 |
|---|
| 5 | AccountDatabaseNoSuchEntry 2 |
|---|
| 6 | InvalidBackupStoreFilename 3 |
|---|
| 7 | UnknownFilenameEncoding 4 |
|---|
| 8 | CouldntReadEntireStructureFromStream 5 |
|---|
| 9 | BadDirectoryFormat 6 |
|---|
| 10 | CouldNotFindEntryInDirectory 7 |
|---|
| 11 | OutputFileAlreadyExists 8 |
|---|
| 12 | OSFileError 9 |
|---|
| 13 | StreamDoesntHaveRequiredFeatures 10 |
|---|
| 14 | BadBackupStoreFile 11 |
|---|
| 15 | CouldNotLoadStoreInfo 12 |
|---|
| 16 | BadStoreInfoOnLoad 13 |
|---|
| 17 | StoreInfoIsReadOnly 14 |
|---|
| 18 | StoreInfoDirNotInList 15 |
|---|
| 19 | StoreInfoBlockDeltaMakesValueNegative 16 |
|---|
| 20 | DirectoryHasBeenDeleted 17 |
|---|
| 21 | StoreInfoNotInitialised 18 |
|---|
| 22 | StoreInfoAlreadyLoaded 19 |
|---|
| 23 | StoreInfoNotLoaded 20 |
|---|
| 24 | ReadFileFromStreamTimedOut 21 |
|---|
| 25 | FileWrongSizeAfterBeingStored 22 |
|---|
| 26 | AddedFileDoesNotVerify 23 |
|---|
| 27 | StoreInfoForWrongAccount 24 |
|---|
| 28 | ContextIsReadOnly 25 |
|---|
| 29 | AttributesNotLoaded 26 |
|---|
| 30 | AttributesNotUnderstood 27 |
|---|
| 31 | WrongServerVersion 28 # client side |
|---|
| 32 | ClientMarkerNotAsExpected 29 Another process logged into the store and modified it while this process was running. Check you're not running two or more clients on the same account. |
|---|
| 33 | NameAlreadyExistsInDirectory 30 |
|---|
| 34 | BerkelyDBFailure 31 # client side |
|---|
| 35 | InodeMapIsReadOnly 32 # client side |
|---|
| 36 | InodeMapNotOpen 33 # client side |
|---|
| 37 | FilenameEncryptionKeyNotKnown 34 |
|---|
| 38 | FilenameEncryptionNoKeyForSpecifiedMethod 35 |
|---|
| 39 | FilenameEncryptionNotSetup 36 |
|---|
| 40 | CouldntLoadClientKeyMaterial 37 |
|---|
| 41 | BadEncryptedAttributes 38 |
|---|
| 42 | EncryptedAttributesHaveUnknownEncoding 39 |
|---|
| 43 | OutputSizeTooSmallForChunk 40 |
|---|
| 44 | BadEncodedChunk 41 |
|---|
| 45 | NotEnoughSpaceToDecodeChunk 42 |
|---|
| 46 | ChunkHasUnknownEncoding 43 |
|---|
| 47 | ChunkContainsBadCompressedData 44 |
|---|
| 48 | CantWriteToEncodedFileStream 45 |
|---|
| 49 | Temp_FileEncodeStreamDidntReadBuffer 46 |
|---|
| 50 | CantWriteToDecodedFileStream 47 |
|---|
| 51 | WhenDecodingExpectedToReadButCouldnt 48 |
|---|
| 52 | BackupStoreFileFailedIntegrityCheck 49 |
|---|
| 53 | ThereIsNoDataInASymLink 50 |
|---|
| 54 | IVLengthForEncodedBlockSizeDoesntMeetLengthRequirements 51 |
|---|
| 55 | BlockEntryEncodingDidntGiveExpectedLength 52 |
|---|
| 56 | CouldNotFindUnusedIDDuringAllocation 53 |
|---|
| 57 | AddedFileExceedsStorageLimit 54 |
|---|
| 58 | CannotDiffAnIncompleteStoreFile 55 |
|---|
| 59 | CannotDecodeDiffedFilesWithoutCombining 56 |
|---|
| 60 | FailedToReadBlockOnCombine 57 |
|---|
| 61 | OnCombineFromFileIsIncomplete 58 |
|---|
| 62 | BadNotifySysadminEventCode 59 |
|---|
| 63 | InternalAlgorithmErrorCheckIDNotMonotonicallyIncreasing 60 |
|---|
| 64 | CouldNotLockStoreAccount 61 Another process is accessing this account -- is a client connected to the server? |
|---|
| 65 | AttributeHashSecretNotSet 62 |
|---|
| 66 | AEScipherNotSupportedByInstalledOpenSSL 63 The system needs to be compiled with support for OpenSSL 0.9.7 or later to be able to decode files encrypted with AES |
|---|
| 67 | SignalReceived 64 A signal was received by the process, restart or terminate needed. Exception thrown to abort connection. |
|---|
| 68 | IncompatibleFromAndDiffFiles 65 Attempt to use a diff and a from file together, when they're not related |
|---|
| 69 | DiffFromIDNotFoundInDirectory 66 When uploading via a diff, the diff from file must be in the same directory |
|---|
| 70 | PatchChainInfoBadInDirectory 67 A directory contains inconsistent information. Run bbstoreaccounts check to fix it. |
|---|
| 71 | UnknownObjectRefCountRequested 68 A reference count was requested for an object whose reference count is not known. |
|---|
| 72 | MultiplyReferencedObject 69 Attempted to modify an object with multiple references, should be uncloned first |
|---|