NSErrorRecoveryAttempting
A set of methods that provide options to recover from an error.
オプションを提供してエラーから復帰する一揃いのメソッド。
NSRecoveryAttempterErrorKey
key.
ユーザ情報辞書の中の、NSRecoveryAttempterErrorKey
キーに対応するオブジェクト。
Availability 有効性
Technology
var recoveryAttempter: Any? { get }
The recovery attempter must be an instance of a class that conforms to the NSSecure
and NSErrorRecoveryAttempting protocols. It must also be able to correctly interpret an index in the localized
property.
復旧企図は、NSSecure
およびNSErrorRecoveryAttemptingプロトコルに準拠するクラスのインスタンスでなければなりません。それはまた、正しくlocalized
プロパティの中のインデックスを解釈できなければなりません。
If user
doesn’t contain a value for NSRecovery
, this property is nil
.
user
がNSRecovery
に対する値を含まないならば、このプロパティはnil
です。
var localizedRecoveryOptions : [String]?