operationNotSupportedByDevice

Operation not supported by device.

Errno.swift:213
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.