DBFILESDownloadZipErrorTag
Objective-C
enum DBFILESDownloadZipErrorTag : NSInteger {}
Swift
@frozen enum DBFILESDownloadZipErrorTag : Int, @unchecked Sendable
The DBFILESDownloadZipErrorTag
enum type represents the possible tag
states with which the DBFILESDownloadZipError
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESDownloadZipErrorPath
Swift
case path = 0
-
The folder or a file is too large to download.
Declaration
Objective-C
DBFILESDownloadZipErrorTooLarge
Swift
case tooLarge = 1
-
The folder has too many files to download.
Declaration
Objective-C
DBFILESDownloadZipErrorTooManyFiles
Swift
case tooManyFiles = 2
-
(no description).
Declaration
Objective-C
DBFILESDownloadZipErrorOther
Swift
case other = 3