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

urlProtocol(_:didFailWithError:)

Tells the client that the load request failed due to an error. クライアントに、ロードリクエストがエラーのために失敗したことを伝えます。

Declaration 宣言

func urlProtocol(_ protocol: URLProtocol, 
didFailWithError error: Error)

Parameters パラメータ

protocol

The URL protocol object sending the message. メッセージを送っているURLプロトコルオブジェクト。

error

The error that caused the failure of the load request. ロードリクエストの失敗を引き起こしたエラー。

See Also 参照

Indicating Loading Progress or Failure ローディングの進捗または失敗を指し示す