func download(NSURLDownload, didFailWithError : Error)
Sent if the download fails or if an I/O error occurs when the file is written to disk.
ダウンロードが失敗するならばまたはファイルがディスクに書き込まれる時にI/Oエラーが発生するならば送られます。
Availability 有効性
Technology
optional func downloadDidFinish(_ download: NSURLDownload
)
download
The URL download object sending the message. メッセージを送っているURLダウンロードオブジェクト。
The delegate will receive no further messages for download
.
委任先は、それ以上はメッセージをdownload
に対して受け取らないでしょう。
func download(NSURLDownload, didFailWithError : Error)