errors.fyi community error code reference
ESPIPE
posix

Invalid seek

lseek() was called on a file descriptor referring to a pipe, socket, or FIFO, which do not support seeking.

Numeric value: 29

References

โ† all namespaces for ESPIPE