Contents

ioError

Input/output error.

Declaration

static var ioError: Errno { get }

Mentioned in

Discussion

Some physical input or output error occurred. This error isn’t reported until you attempt a subsequent operation on the same file descriptor, and the error may be lost (overwritten) by subsequent errors.

The corresponding C error is EIO.

See Also

Device Errors