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
DBFILESDownloadZipErrorPathSwift
case path = 0 - 
                  
                  
The folder or a file is too large to download.
Declaration
Objective-C
DBFILESDownloadZipErrorTooLargeSwift
case tooLarge = 1 - 
                  
                  
The folder has too many files to download.
Declaration
Objective-C
DBFILESDownloadZipErrorTooManyFilesSwift
case tooManyFiles = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESDownloadZipErrorOtherSwift
case other = 3 
View on GitHub
        DBFILESDownloadZipErrorTag Enumeration Reference