DownloadZipError
public enum DownloadZipError : CustomStringConvertible, JSONRepresentable
The DownloadZipError union
-
An unspecified error.
Declaration
Swift
case path(Files.LookupError)
-
The folder or a file is too large to download.
Declaration
Swift
case tooLarge
-
The folder has too many files to download.
Declaration
Swift
case tooManyFiles
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }