errors.fyi community error code reference
BrokenPipeError
python

BrokenPipeError

Raised when writing to a pipe while the read end has been closed, or writing to a socket that has been shut down. errno is EPIPE or ESHUTDOWN.

References

← all namespaces