Site icon EfmSoft

What does errno 84 (EOVERFLOW) mean?

 
Could be also:
ConstantTypeOS
ERROR_OUT_OF_STRUCTURESWin32 errorWindows
EILSEQerrnoLinux
ELIBBADerrnoSolaris
LM_SERVER_INTERNAL_ERRORBugCheck CodeWindows
Previous Next
EILSEQ ELIBBAD

EOVERFLOW

The data may be valid, but the caller cannot represent it

EOVERFLOW is a representability failure. The filesystem, object, or kernel result may be valid, while the structure, integer type, time field, offset, identifier, or conversion target used by the caller is too narrow to hold it.

This differs from ERANGE, which is often associated with numeric conversion or mathematical results. For system interfaces, inspect ABI width, structure layout, large-file support, and the exact member that overflowed. Casting after the call cannot recover information that was rejected before a result could be delivered.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version