NSFileNoSuchFileError
A filesystem operation was attempted on a non-existent file.
ファイルシステム操作が存在しないファイル上で試みられました。
NSFileLockingError
The file could not be locked.
ファイルはロックされることができませんでした。
NSFileReadUnknownError
Could not read, for unknown reasons.
読み出せませんでした、未知の理由のために。
NSFileReadNoPermissionError
Could not read because of a permission problem.
読み出せませんでした、権限問題が原因で。
NSFileReadInvalidFileNameError
Could not read because of an invalid file name.
読み出せませんでした、無効なファイル名が原因で。
NSFileReadCorruptFileError
Could not read because of a corrupted file, bad format, or similar reason.
読み出せませんでした、破損ファイル、不正なフォーマット、または同様な理由のために。
NSFileReadNoSuchFileError
Could not read because no such file was found.
読み出せませんでした、そのようなファイルが見つからなかったために。
NSFileReadInapplicableStringEncodingError
Could not read because the string encoding wasn’t applicable.
読み出せませんでした、文字列エンコーディングが適用可能でなかったために。
NSFileReadUnsupportedSchemeError
Could not read because the specified URL scheme is unsupported.
読み出せませんでした、指定されたURLスキームがサポートされないために。
NSFileReadTooLargeError
Could not read because the specified file was too large.
読み出せませんでした、指定されたファイルが大きすぎたために。
NSFileReadUnknownStringEncodingError
Could not read because the string coding of the file couldn’t be determined.
読み出せませんでした、ファイルの文字列コーディングが決定できなかったために。
NSFileWriteUnknownError
Could not write, for unknown reasons.
書き出せませんでした、未知の理由のために。
NSFileWriteNoPermissionError
Could not write because of a permission problem.
書き出せませんでした、権限問題のために。
NSFileWriteInvalidFileNameError
Could not write because of an invalid file name.
読み出せませんでした、無効なファイル名が原因で。
NSFileWriteFileExistsError
Could not perform an operation because the destination file already exists.
操作が実行できませんでした、行き先ファイルが既に存在するために。
NSFileWriteInapplicableStringEncodingError
Could not write because the string encoding was not applicable.
書き出せませんでした、文字列エンコーディングが適用可能でなかったために。
NSFileWriteUnsupportedSchemeError
Could not write because the specified URL scheme is unsupported.
書き出せませんでした、指定されたURLスキームがサポートされないために。
NSFileWriteOutOfSpaceError
Could not write because of a lack of disk space.
書き出せませんでした、ディスクスペースの不足が原因で。
NSFileWriteVolumeReadOnlyError
Could not write because the volume is read-only.
書き出せませんでした、ボリュームが読み出し専用であるために。
NSFileManagerUnmountBusyError
The volume couldn’t be unmounted because it’s in use.
ボリュームがアンマウントできませんでした、それが使用中であるために。
NSFileManagerUnmountUnknownError
The volume couldn't be unmounted, for unknown reasons.
ボリュームがアンマウントできませんでした、未知の理由のために。
NSFileErrorMinimum
The start of the range of error codes reserved for file errors.
ファイルエラーのために予約されるエラーコードの範囲の始まり。
NSFileErrorMaximum
The end of the range of error codes reserved for file errors.
ファイルエラーのために予約されるエラーコードの範囲の終わり。