class let errorMessage : String
An
NSString
that supplies a detailed description of the error condition.
エラーの状態の詳細な説明を提供するNSString
。
class let errorNumber : String
An
NSNumber
that specifies the error number.
エラー番号を指定するNSNumber
。
class let errorAppName : String
An
NSString
that specifies the name of the application that generated the error.
エラーを発生したアプリケーションの名前を指定するNSString
。
class let errorBriefMessage : String
An
NSString
that provides a brief description of the error.
エラーの簡潔な説明を提供するNSString
。
class let errorRange : String
An
NSValue
that specifies a range.
範囲を指定するNSValue
。