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

recoveryAttempter

The object in the user info dictionary corresponding to the NSRecoveryAttempterErrorKey key. ユーザ情報辞書の中の、NSRecoveryAttempterErrorKeyキーに対応するオブジェクト。

Declaration 宣言

var recoveryAttempter: Any? { get }

Discussion 議論

The recovery attempter must be an instance of a class that conforms to the NSSecureCoding and NSErrorRecoveryAttempting protocols. It must also be able to correctly interpret an index in the localizedRecoveryOptions property. 復旧企図は、NSSecureCodingおよびNSErrorRecoveryAttemptingプロトコルに準拠するクラスのインスタンスでなければなりません。それはまた、正しくlocalizedRecoveryOptionsプロパティの中のインデックスを解釈できなければなりません。

If userInfo doesn’t contain a value for NSRecoveryAttempterErrorKey, this property is nil. userInfoNSRecoveryAttempterErrorKeyに対する値を含まないならば、このプロパティはnilです。

See Also 参照

Getting the Error Recovery Attempter エラー復旧企図を取得する

Related Documentation 関連文書