var localizedDescription : String
var localizedRecoverySuggestion : String?
var localizedFailureReason : String?
Availability 有効性
Technology
var localizedRecoveryOptions: [String
]? { get }
The object in the user info dictionary for the key NSLocalized
. If the user info dictionary doesn’t contain a value for NSLocalized
, this property is nil
.
ユーザ情報辞書の中の、キーNSLocalized
に対するオブジェクト。ユーザ情報辞書がNSLocalized
に対する値を含まないならば、このプロパティはnil
です。
The first string is the title of the right-most and default button, the second the one to the left of that, and so on.
最初の文字列は、最も右のそして省略時ボタンのタイトルです、2番目はそれの左のもの、などなど。
The recovery options should be appropriate for the localized
property. If the user info dictionary doesn’t contain a value for NSLocalized
, only an OK button is displayed.
ユーザ情報辞書がNSLocalized
に対する値を含まないならば、OKボタンだけが表示されます。
var localizedDescription : String
var localizedRecoverySuggestion : String?
var localizedFailureReason : String?