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
DBFILESDownloadErrorPath
Swift
case path = 0
-
This file type cannot be downloaded directly; use
export
instead.Declaration
Objective-C
DBFILESDownloadErrorUnsupportedFile
Swift
case unsupportedFile = 1
-
(no description).
Declaration
Objective-C
DBFILESDownloadErrorOther
Swift
case other = 2