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
DBFILESUploadSessionStartErrorConcurrentSessionDataNotAllowed
Swift
case concurrentSessionDataNotAllowed = 0
-
Can not start a closed concurrent upload session.
Declaration
Objective-C
DBFILESUploadSessionStartErrorConcurrentSessionCloseNotAllowed
Swift
case concurrentSessionCloseNotAllowed = 1
-
The request payload must be at most 150 MB.
Declaration
Objective-C
DBFILESUploadSessionStartErrorPayloadTooLarge
Swift
case payloadTooLarge = 2
-
The content received by the Dropbox server in this call does not match the provided content hash.
Declaration
Objective-C
DBFILESUploadSessionStartErrorContentHashMismatch
Swift
case contentHashMismatch = 3
-
(no description).
Declaration
Objective-C
DBFILESUploadSessionStartErrorOther
Swift
case other = 4