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

webPlugInMainResourceDidFailWithError(_:)

Invoked when an error occurs loading the main resource.

Declaration 宣言

func webPlugInMainResourceDidFailWithError(_ error: Error!)

Parameters パラメータ

error

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

Discussion 解説

This message is invoked when the underlying NSURLConnection object for the main resource sends the connection:didFailWithError: message to its delegate.

See Also 参照

Main resource messages