ioError

Input/output error.

Errno.swift:87
static var ioError: Errno { get }

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.