operationNotSupportedByDevice
Operation not supported by device.
static var operationNotSupportedByDevice: Errno { get }
You attempted to apply an inappropriate function to a device; for example, trying to read a write-only device such as a printer.
The corresponding C error is ENODEV
.