DBFILESUploadSessionStartErrorTag
Objective-C
enum DBFILESUploadSessionStartErrorTag : NSInteger {}
                Swift
@frozen enum DBFILESUploadSessionStartErrorTag : Int, @unchecked Sendable
                The DBFILESUploadSessionStartErrorTag enum type represents the possible
tag states with which the DBFILESUploadSessionStartError union can exist.
- 
                  
                  
Uploading data not allowed when starting concurrent upload session.
Declaration
Objective-C
DBFILESUploadSessionStartErrorConcurrentSessionDataNotAllowedSwift
case concurrentSessionDataNotAllowed = 0 - 
                  
                  
Can not start a closed concurrent upload session.
Declaration
Objective-C
DBFILESUploadSessionStartErrorConcurrentSessionCloseNotAllowedSwift
case concurrentSessionCloseNotAllowed = 1 - 
                  
                  
The request payload must be at most 150 MB.
Declaration
Objective-C
DBFILESUploadSessionStartErrorPayloadTooLargeSwift
case payloadTooLarge = 2 - 
                  
                  
The content received by the Dropbox server in this call does not match the provided content hash.
Declaration
Objective-C
DBFILESUploadSessionStartErrorContentHashMismatchSwift
case contentHashMismatch = 3 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESUploadSessionStartErrorOtherSwift
case other = 4 
View on GitHub
        DBFILESUploadSessionStartErrorTag Enumeration Reference