Instance Property
インスタンスプロパティ
localizedDescription
A string containing the localized description of the error.
そのエラーのローカライズされた記述を含んでいる文字列。
Declaration
宣言
@property(readonly, copy) NSString
*localizedDescription;
Discussion
議論
The object in the user info dictionary for the key NSLocalizedDescriptionKey
. If the user info dictionary doesn’t contain a value for NSLocalizedDescriptionKey
, a default string is constructed from the domain and code.
ユーザ情報辞書の中の、キーNSLocalizedDescriptionKey
に対するオブジェクト。ユーザ情報辞書がNSLocalizedDescriptionKey
に対する値を含まないならば、省略時の文字列はドメインとコードから構成されます。
See Also
参照
Getting a Localized Error Description
ローカライズされたエラー記述を得る
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.
そのエラーの理由のローカライズされた解説を含んでいる文字列。
Related Documentation
関連文書
domain
A string containing the error domain.
エラードメインを含んでいる文字列。
userInfo
The user info dictionary.
ユーザ情報辞書。