Contents

notBlockDevice

Not a block device.

Declaration

static var notBlockDevice: Errno { get }

Mentioned in

Discussion

You attempted a block device operation on a nonblock device or file.

The corresponding C error is ENOTBLK.

See Also

Device Errors