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

connection(_:didFailWithError:)

Sent when a connection fails to load its request successfully. 接続がそれのリクエストをうまくロードするのに失敗する時に送られます。

Declaration 宣言

optional func connection(_ connection: NSURLConnection, 
        didFailWithError error: Error)

Parameters パラメータ

connection

The connection sending the message. メッセージを送っている接続。

error

An error object containing details of why the connection failed to load the request successfully. なぜ接続がリクエストをうまくロードするのに失敗したかの詳細を含んでいるエラーオブジェクト。

Discussion 議論

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