errors.fyi community error code reference
EOVERFLOW

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

windows-errno

Value too large

A value is too large to be stored in the result type.

Numeric value: 132

References

← all namespaces