errors.fyi community error code reference
EOVERFLOW
posix

Value too large to be stored in data type

A value is too large to be stored in the result type. Commonly returned when a 32-bit interface is used to access a file whose size or offset exceeds 32 bits. Numeric value is platform-specific: 75 on Linux, 84 on macOS.

References

โ† all namespaces for EOVERFLOW