DBFILESRelocationBatchErrorEntryTag
Objective-C
enum DBFILESRelocationBatchErrorEntryTag : NSInteger {}
                Swift
@frozen enum DBFILESRelocationBatchErrorEntryTag : Int, @unchecked Sendable
                The DBFILESRelocationBatchErrorEntryTag enum type represents the possible
tag states with which the DBFILESRelocationBatchErrorEntry union can
exist.
- 
                  
                  
User errors that retry won’t help.
Declaration
Objective-C
DBFILESRelocationBatchErrorEntryRelocationErrorSwift
case relocationError = 0 - 
                  
                  
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
DBFILESRelocationBatchErrorEntryInternalErrorSwift
case internalError = 1 - 
                  
                  
There are too many write operations in user’s Dropbox. Please retry this request.
Declaration
Objective-C
DBFILESRelocationBatchErrorEntryTooManyWriteOperationsSwift
case tooManyWriteOperations = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESRelocationBatchErrorEntryOtherSwift
case other = 3 
View on GitHub
        DBFILESRelocationBatchErrorEntryTag Enumeration Reference