operationNotSupportedByDevice
Operation not supported by device.
Declaration
static var operationNotSupportedByDevice: Errno { get }Mentioned in
Discussion
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.