Instance Method インスタンスメソッド

download(_:didFailWithError:)

Sent if the download fails or if an I/O error occurs when the file is written to disk. ダウンロードが失敗するならばまたはファイルがディスクに書き込まれる時にI/Oエラーが発生するならば送られます。

Declaration 宣言

optional func download(_ download: NSURLDownload, 
      didFailWithError error: Error)

Parameters パラメータ

download

The URL download object sending the message. メッセージを送っているURLダウンロードオブジェクト。

error

The error that caused the failure of the download. ダウンロードの失敗の原因となったエラー。

Discussion 議論

Any partially downloaded file will be deleted. あらゆる部分的ダウンロードファイルは削除されます。

Special Considerations 特別な注意事項

Once the delegate receives this message, it will receive no further messages for download. いったん委任先がこのメッセージを受け取るならば、それはそれ以上はメッセージをdownloadに対して受け取らないでしょう。

See Also 参照

Download Completion ダウンロード完了