UploadError
public enum UploadError : CustomStringConvertible, JSONRepresentable
The UploadError union
-
Unable to save the uploaded contents to a file.
Declaration
Swift
case path(Files.UploadWriteFailed) -
The supplied property group is invalid. The file has uploaded without property groups.
Declaration
Swift
case propertiesError(FileProperties.InvalidPropertyGroupError) -
The request payload must be at most 150 MB.
Declaration
Swift
case payloadTooLarge -
The content received by the Dropbox server in this call does not match the provided content hash.
Declaration
Swift
case contentHashMismatch -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
UploadError Enumeration Reference