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

URLProtocol:didFailWithError:

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

Declaration 宣言

- (void)URLProtocol:(NSURLProtocol *)protocol 
   didFailWithError:(NSError *)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 ローディングの進捗または失敗を指し示す