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

localizedDescription

A string containing the localized description of the error. そのエラーのローカライズされた記述を含んでいる文字列。

Declaration 宣言

var localizedDescription: String { get }

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 ローカライズされたエラー記述を得る

Related Documentation 関連文書