Contents

brokenPipe

Broken pipe.

Declaration

static var brokenPipe: Errno { get }

Mentioned in

Discussion

You attempted to write to a pipe, socket, or FIFO that doesn’t have a process reading its data.

The corresponding C error is EPIPE.

See Also

Pipe Errors