errors.fyi community error code reference
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

โ† all namespaces for EPIPE