var failureResponse : URLResponse?
The URL response object representing the last authentication failure.
最後の認証失敗を表しているURL応答オブジェクト。
Availability 有効性
Technology
var error: Error
? { get }
This value is nil
if the protocol doesn’t use errors to indicate an authentication failure.
この値は、プロトコルが認証失敗を指し示すのにエラーを使用しないならば、nil
です。
var failureResponse : URLResponse?