Instance Property
インスタンスプロパティ
localizedFailureReason
A string containing the localized explanation of the reason for the error.
そのエラーの理由のローカライズされた解説を含んでいる文字列。
Declaration
宣言
@property(nullable, readonly, copy) NSString
*localizedFailureReason;
Discussion
議論
The object in the user info dictionary for the key NSLocalizedFailureReasonErrorKey
.
ユーザ情報辞書の中の、キーNSLocalizedFailureReasonErrorKey
に対するオブジェクト。
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.
警告パネルで表示するのに適切なローカライズされたボタンのタイトルを含んでいる配列。
Related Documentation
関連文書
domain
A string containing the error domain.
エラードメインを含んでいる文字列。
userInfo
The user info dictionary.
ユーザ情報辞書。