The connection sending the message. メッセージを送っている接続。
Instance Method
インスタンスメソッド
connection(_:
connection(_:didFailWithError:)
Sent when a connection fails to load its request successfully.
接続がそれのリクエストをうまくロードするのに失敗する時に送られます。
Availability 有効性
- iOS 2.0+
- iPadOS 2.0+
- macOS 10.2+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
optional func connection(_ connection: NSURLConnection
,
didFailWithError error: Error
)
Parameters パラメータ
connection
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
に対して受け取らないでしょう。