NSError Codes NSErrorコード

Error codes in the Cocoa error domain. Cocoaエラードメイン内のエラーコード。

Overview 概要

The constants in this enumeration are NSError code numbers in the Cocoa error domain (NSCocoaErrorDomain). Other frameworks, most notably the Application Kit, provide their own NSCocoaErrorDomain error codes. この列挙の中の定数は、Cocoaエラードメイン(NSCocoaErrorDomain)の中のNSErrorコード番号です。他のフレームワーク、特にApplication Kitは、それら独自のNSCocoaErrorDomainエラーコードを提供します。

The enumeration constants beginning with NSFile indicate file-system errors or errors related to file I/O operations. Use the key NSFilePathErrorKey or the NSURLErrorKey (whichever is appropriate) to access the file-system path or URL in the userInfo dictionary of the NSError object. NSFileで始まる列挙定数は、ファイルシステムエラーまたはファイルI/O操作関連エラーを指し示します。キーNSFilePathErrorKeyまたはNSURLErrorKeyを使って(どちらでも適切な方で)、NSErrorオブジェクトのuserInfo辞書の中のファイルシステムパスまたはURLにアクセスしてください。

Topics 話題

Bundle Errors バンドルエラー

Cancellation 取り消し

Cloud-Sharing Errors クラウド共有エラー

Coder Errors コーダエラー

Executable Errors 実行可能ファイルエラー

Formatting Errors 書式設定エラー

File Errors ファイルエラー

File Reading Errors ファイル読み出しエラー

File Writing Errors ファイル書き出しエラー

iCloud File Errors iCloudファイルエラー

Property List Errors プロパティリストエラー

User Activity Errors ユーザアクティビティエラー

Validation Errors 検証エラー

XPC Errors XPCエラー

URL Errors URLエラー

Miscellaneous Errors 種々雑多なエラー

See Also 参照

Error Codes さまざまなエラーコード