DBFILESRelocationBatchErrorTag
Objective-C
enum DBFILESRelocationBatchErrorTag : NSInteger {}
                Swift
@frozen enum DBFILESRelocationBatchErrorTag : Int, @unchecked Sendable
                The DBFILESRelocationBatchErrorTag enum type represents the possible tag
states with which the DBFILESRelocationBatchError union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBFILESRelocationBatchErrorFromLookupSwift
case fromLookup = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESRelocationBatchErrorFromWriteSwift
case fromWrite = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESRelocationBatchErrorToSwift
case to = 2 - 
                  
                  
Shared folders can’t be copied.
Declaration
Objective-C
DBFILESRelocationBatchErrorCantCopySharedFolderSwift
case cantCopySharedFolder = 3 - 
                  
                  
Your move operation would result in nested shared folders. This is not allowed.
Declaration
Objective-C
DBFILESRelocationBatchErrorCantNestSharedFolderSwift
case cantNestSharedFolder = 4 - 
                  
                  
You cannot move a folder into itself.
Declaration
Objective-C
DBFILESRelocationBatchErrorCantMoveFolderIntoItselfSwift
case cantMoveFolderIntoItself = 5 - 
                  
                  
The operation would involve more than 10,000 files and folders.
Declaration
Objective-C
DBFILESRelocationBatchErrorTooManyFilesSwift
case tooManyFiles = 6 - 
                  
                  
There are duplicated/nested paths among
fromPathinDBFILESRelocationArgandtoPathinDBFILESRelocationArg.Declaration
Objective-C
DBFILESRelocationBatchErrorDuplicatedOrNestedPathsSwift
case duplicatedOrNestedPaths = 7 - 
                  
                  
Your move operation would result in an ownership transfer. You may reissue the request with the field
allowOwnershipTransferinDBFILESRelocationArgto true.Declaration
Objective-C
DBFILESRelocationBatchErrorCantTransferOwnershipSwift
case cantTransferOwnership = 8 - 
                  
                  
The current user does not have enough space to move or copy the files.
Declaration
Objective-C
DBFILESRelocationBatchErrorInsufficientQuotaSwift
case insufficientQuota = 9 - 
                  
                  
Something went wrong with the job on Dropbox’s end. You’ll need to verify that the action you were taking succeeded, and if not, try again. This should happen very rarely.
Declaration
Objective-C
DBFILESRelocationBatchErrorInternalErrorSwift
case internalError = 10 - 
                  
                  
Can’t move the shared folder to the given destination.
Declaration
Objective-C
DBFILESRelocationBatchErrorCantMoveSharedFolderSwift
case cantMoveSharedFolder = 11 - 
                  
                  
Some content cannot be moved into Vault under certain circumstances, see detailed error.
Declaration
Objective-C
DBFILESRelocationBatchErrorCantMoveIntoVaultSwift
case cantMoveIntoVault = 12 - 
                  
                  
Some content cannot be moved into the Family Room folder under certain circumstances, see detailed error.
Declaration
Objective-C
DBFILESRelocationBatchErrorCantMoveIntoFamilySwift
case cantMoveIntoFamily = 13 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESRelocationBatchErrorOtherSwift
case other = 14 - 
                  
                  
There are too many write operations in user’s Dropbox. Please retry this request.
Declaration
Objective-C
DBFILESRelocationBatchErrorTooManyWriteOperationsSwift
case tooManyWriteOperations = 15 
View on GitHub
        DBFILESRelocationBatchErrorTag Enumeration Reference