DownloadingError
public enum DownloadingError : Error
extension IAError.DownloadingError: LocalizedError
DownloadingError
is the error type returned in the case of file downloading error.
- networkError: The error URL request finished with.
- unzipError: The error unzipping process failed with.
-
Declaration
Swift
public var errorDescription: String? { get }