DBFILESDeleteErrorTag
Objective-C
enum DBFILESDeleteErrorTag : NSInteger {}
Swift
@frozen enum DBFILESDeleteErrorTag : Int, @unchecked Sendable
The DBFILESDeleteErrorTag enum type represents the possible tag states
with which the DBFILESDeleteError union can exist.
-
(no description).
Declaration
Objective-C
DBFILESDeleteErrorPathLookupSwift
case pathLookup = 0 -
(no description).
Declaration
Objective-C
DBFILESDeleteErrorPathWriteSwift
case pathWrite = 1 -
There are too many write operations in user’s Dropbox. Please retry this request.
Declaration
Objective-C
DBFILESDeleteErrorTooManyWriteOperationsSwift
case tooManyWriteOperations = 2 -
There are too many files in one request. Please retry with fewer files.
Declaration
Objective-C
DBFILESDeleteErrorTooManyFilesSwift
case tooManyFiles = 3 -
(no description).
Declaration
Objective-C
DBFILESDeleteErrorOtherSwift
case other = 4
View on GitHub
DBFILESDeleteErrorTag Enumeration Reference