NSFileWriteFileExistsError
Could not perform an operation because the destination file already exists.
操作が実行できませんでした、行き先ファイルが既に存在するために。
NSFileWriteInapplicableStringEncodingError
Could not write because the string encoding was not applicable.
書き出せませんでした、文字列エンコーディングが適用可能でなかったために。
NSFileWriteInvalidFileNameError
Could not write because of an invalid file name.
読み出せませんでした、無効なファイル名が原因で。
NSFileWriteNoPermissionError
Could not write because of a permission problem.
書き出せませんでした、権限問題のために。
NSFileWriteUnknownError
Could not write, for unknown reasons.
書き出せませんでした、未知の理由のために。
NSFileWriteUnsupportedSchemeError
Could not write because the specified URL scheme is unsupported.
書き出せませんでした、指定されたURLスキームがサポートされないために。
NSFileWriteVolumeReadOnlyError
Could not write because the volume is read-only.
書き出せませんでした、ボリュームが読み出し専用であるために。