UploadErrorWithProperties
public enum UploadErrorWithProperties : CustomStringConvertible
The UploadErrorWithProperties 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)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }