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

error

The error object representing the last authentication failure. 最後の認証失敗を表しているエラーオブジェクト。

Declaration 宣言

@property(nullable, readonly, copy) NSError *error;

Discussion 議論

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

See Also 参照

Related Documentation 関連文書