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
DBFILESDeleteErrorPathLookup
Swift
case pathLookup = 0
-
(no description).
Declaration
Objective-C
DBFILESDeleteErrorPathWrite
Swift
case pathWrite = 1
-
There are too many write operations in user’s Dropbox. Please retry this request.
Declaration
Objective-C
DBFILESDeleteErrorTooManyWriteOperations
Swift
case tooManyWriteOperations = 2
-
There are too many files in one request. Please retry with fewer files.
Declaration
Objective-C
DBFILESDeleteErrorTooManyFiles
Swift
case tooManyFiles = 3
-
(no description).
Declaration
Objective-C
DBFILESDeleteErrorOther
Swift
case other = 4