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.
Broken pipe.
static var brokenPipe: Errno { get }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.