UploadSessionStartError
public enum UploadSessionStartError : CustomStringConvertible
The UploadSessionStartError union
-
Uploading data not allowed when starting concurrent upload session.
Declaration
Swift
case concurrentSessionDataNotAllowed
-
Can not start a closed concurrent upload session.
Declaration
Swift
case concurrentSessionCloseNotAllowed
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }