Contents

badFileTypeOrFormat

Inappropriate file type or format.

Declaration

static var badFileTypeOrFormat: Errno { get }

Mentioned in

Discussion

The file was the wrong type for the operation, or a data file had the wrong format.

The corresponding C error is EFTYPE.

See Also

File System Errors