DBFILESExportErrorTag
Objective-C
enum DBFILESExportErrorTag : NSInteger {}
                Swift
@frozen enum DBFILESExportErrorTag : Int, @unchecked Sendable
                The DBFILESExportErrorTag enum type represents the possible tag states
with which the DBFILESExportError union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBFILESExportErrorPathSwift
case path = 0 - 
                  
                  
This file type cannot be exported. Use
downloadinstead.Declaration
Objective-C
DBFILESExportErrorNonExportableSwift
case nonExportable = 1 - 
                  
                  
The specified export format is not a valid option for this file type.
Declaration
Objective-C
DBFILESExportErrorInvalidExportFormatSwift
case invalidExportFormat = 2 - 
                  
                  
The exportable content is not yet available. Please retry later.
Declaration
Objective-C
DBFILESExportErrorRetryErrorSwift
case retryError = 3 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESExportErrorOtherSwift
case other = 4 
View on GitHub
        DBFILESExportErrorTag Enumeration Reference