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

localizedRecoverySuggestion

A string containing the localized recovery suggestion for the error. そのエラーに対するローカライズされた復旧提言を含んでいる文字列。

Declaration 宣言

var localizedRecoverySuggestion: String? { get }

Discussion 議論

The object in the user info dictionary for the key NSLocalizedRecoverySuggestionErrorKey. If the user info dictionary doesn’t contain a value for NSLocalizedRecoverySuggestionErrorKey, this property is nil. ユーザ情報辞書の中の、キーNSLocalizedRecoverySuggestionErrorKeyに対するオブジェクト。ユーザ情報辞書がNSLocalizedRecoverySuggestionErrorKeyに対する値を含まないならば、このプロパティはnilです。

The returned string is suitable for displaying as the secondary message in an alert panel. 返される文字列は、警告パネルでの副次的なメッセージとして表示するのに適します。

See Also 参照

Getting a Localized Error Description ローカライズされたエラー記述を得る