Contents

illegalSeek

Illegal seek.

Declaration

static var illegalSeek: Errno { get }

Mentioned in

Discussion

An lseek(2) function was issued on a socket, pipe or FIFO.

The corresponding C error is ESPIPE.

See Also

Pipe Errors