DBFILESDownloadErrorTag
Objective-C
enum DBFILESDownloadErrorTag : NSInteger {}
                Swift
@frozen enum DBFILESDownloadErrorTag : Int, @unchecked Sendable
                The DBFILESDownloadErrorTag enum type represents the possible tag states
with which the DBFILESDownloadError union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBFILESDownloadErrorPathSwift
case path = 0 - 
                  
                  
This file type cannot be downloaded directly; use
exportinstead.Declaration
Objective-C
DBFILESDownloadErrorUnsupportedFileSwift
case unsupportedFile = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESDownloadErrorOtherSwift
case other = 2 
View on GitHub
        DBFILESDownloadErrorTag Enumeration Reference