errors.fyi community error code reference
EPIPE

EPIPE

posix

Broken pipe

A write was made to a pipe, socket, or FIFO for which no process has the read end open. SIGPIPE is also raised unless blocked or ignored.

Numeric value: 32

References

windows-errno

Broken pipe

A write was attempted on a pipe with no reader. The process also receives SIGPIPE.

Numeric value: 32

References

← all namespaces