DownloadErrorSerializable
public protocol DownloadErrorSerializable : Error
Protocol used to serialize errors received from sending DownloadAPIRequest
.
-
Undocumented
Declaration
Swift
init(request: URLRequest?, response: HTTPURLResponse?, fileURL: URL?, error: Error?)