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
DBFILESRelocationBatchErrorEntryRelocationError
Swift
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
DBFILESRelocationBatchErrorEntryInternalError
Swift
case internalError = 1
-
There are too many write operations in user’s Dropbox. Please retry this request.
Declaration
Objective-C
DBFILESRelocationBatchErrorEntryTooManyWriteOperations
Swift
case tooManyWriteOperations = 2
-
(no description).
Declaration
Objective-C
DBFILESRelocationBatchErrorEntryOther
Swift
case other = 3