noSuchAddressOrDevice
No such device or address.
Declaration
static var noSuchAddressOrDevice: Errno { get }Mentioned in
Discussion
Input or output on a special file referred to a device that didn’t exist, or made a request beyond the limits of the device. This error may also occur when, for example, a tape drive isn’t online or when there isn’t a disk pack loaded on a drive.
The corresponding C error is ENXIO.