Instance Property
インスタンスプロパティ
localizedRecoverySuggestion
A string containing the localized recovery suggestion for the error.
そのエラーに対するローカライズされた復旧提言を含んでいる文字列。
Declaration
宣言
@property(nullable, readonly, copy) NSString
*localizedRecoverySuggestion;
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
ローカライズされたエラー記述を得る
localizedDescription
A string containing the localized description of the error.
そのエラーのローカライズされた記述を含んでいる文字列。
localizedRecoveryOptions
An array containing the localized titles of buttons appropriate for displaying in an alert panel.
警告パネルで表示するのに適切なローカライズされたボタンのタイトルを含んでいる配列。
localizedFailureReason
A string containing the localized explanation of the reason for the error.
そのエラーの理由のローカライズされた解説を含んでいる文字列。