var code: Int
The error code.
エラーコード。
var domain: String
A string containing the error domain.
エラードメインを含んでいる文字列。
Availability 有効性
Technology
var userInfo: [String
: Any] { get }
If the user info dictionary has not been set, this property is nil
.
ユーザ情報辞書が設定されていないならば、このプロパティは nil
です。
On macOS 10.8 or later, if the user info dictionary has not been set, this property returns an empty dictionary. macOS 10.8以降では、ユーザ情報辞書が設定されていないならば、このプロパティは空の辞書を返します。
var code: Int
var domain: String
var localizedDescription : String