StructureCocoa
CocoaError
Describes errors within the Cocoa error domain.
Cocoa内のエラードメインを記述します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
struct CocoaError
Topics 話題
Initializers イニシャライザ
Instance Properties インスタンスプロパティ
var filePath : String?
The file path associated with the error, if any.
エラーと関連するファイルパス、もしあれば。
var stringEncoding : String.Encoding?
The string encoding associated with this error, if any.
このエラーと関連する文字列エンコーディング、もしあれば。
var underlying: Error?
The underlying error behind this error, if any.
このエラーの背後にある基底エラー、もしあれば。
var url: URL?
The URL associated with this error, if any.
このエラーと関連するURL、もしあれば。
Type Properties 型プロパティ
static var ServiceMiscellaneousError : CocoaError.Code
Deprecated
非推奨
static var ServiceRequestTimedOutError : CocoaError.Code
Deprecated
非推奨
static var coreDataError : CocoaError.Code
Deprecated
非推奨
static var entityMigrationPolicyError : CocoaError.Code
Deprecated
非推奨
static var externalRecordImportError : CocoaError.Code
Deprecated
非推奨
static var fileLockingError : CocoaError.Code
Deprecated
非推奨
static var fileNoSuchFileError : CocoaError.Code
Deprecated
非推奨
static var fileReadCorruptFileError : CocoaError.Code
Deprecated
非推奨
static var fileReadInvalidFileNameError : CocoaError.Code
Deprecated
非推奨
static var fileReadNoPermissionError : CocoaError.Code
Deprecated
非推奨
static var fileReadNoSuchFileError : CocoaError.Code
Deprecated
非推奨
static var fileReadUnknownError : CocoaError.Code
Deprecated
非推奨
static var fileWriteNoPermissionError : CocoaError.Code
Deprecated
非推奨
static var fileWriteOutOfSpaceError : CocoaError.Code
Deprecated
非推奨
static var fileWriteUnknownError : CocoaError.Code
Deprecated
非推奨
static var formattingError : CocoaError.Code
Deprecated
非推奨
static var inferredMappingModelError : CocoaError.Code
Deprecated
非推奨
static var keyValueValidationError : CocoaError.Code
Deprecated
非推奨
static var managedObjectMergeError : CocoaError.Code
Deprecated
非推奨
static var managedObjectValidationError : CocoaError.Code
Deprecated
非推奨
static var migrationCancelledError : CocoaError.Code
Deprecated
非推奨
static var migrationError : CocoaError.Code
Deprecated
非推奨
static var persistentStoreOpenError : CocoaError.Code
Deprecated
非推奨
static var persistentStoreSaveError : CocoaError.Code
Deprecated
非推奨
static var persistentStoreTimeoutError : CocoaError.Code
Deprecated
非推奨
static var serviceMiscellaneousError : CocoaError.Code
Deprecated
非推奨
static var serviceRequestTimedOutError : CocoaError.Code
Deprecated
非推奨
static var sqliteError : CocoaError.Code
Deprecated
非推奨
static var userCancelledError : CocoaError.Code
Deprecated
非推奨
static var validationDateTooLateError : CocoaError.Code
Deprecated
非推奨
static var validationDateTooSoonError : CocoaError.Code
Deprecated
非推奨
static var validationInvalidDateError : CocoaError.Code
Deprecated
非推奨
static var validationStringTooLongError : CocoaError.Code
Deprecated
非推奨
Instance Methods インスタンス メソッド
Type Methods 型メソッド
Operator Functions 演算子関数
static func != (CocoaError, CocoaError) -> Bool
Returns a Boolean value indicating whether two values are not equal.
2つの値が等しくないかどうかを指し示すブール値を返します。
Structures 構造体
struct CocoaError.Code
The error code itself.
エラーコードそれ自体。
See Also 参照
Error Codes さまざまなエラーコード
struct MachError
Describes an error in the Mach error domain.
Machエラードメイン内のエラーを記述します。
struct POSIXError
Describes an error in the POSIX error domain.
POSIXエラードメイン内のエラーを記述します。
NSError Codes
NSErrorコード
Error codes in the Cocoa error domain.
Cocoaエラードメイン内のエラーコード。