Instance Property インスタンスプロパティ

failureResponse

The URL response object representing the last authentication failure. 最後の認証失敗を表しているURL応答オブジェクト。

Declaration 宣言

@NSCopying var failureResponse: URLResponse? { get }

Discussion 議論

This value is nil if the protocol doesn’t use responses to indicate an authentication failure. この値は、プロトコルが認証失敗を指し示すのに応答を使用しないならば、nilです。

See Also 参照

Getting Properties of Previous Authentication Attempts 以前の認証の試みのプロパティを取得する

Related Documentation 関連文書