Site icon EfmSoft

What does errno 6 (ENXIO) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_HANDLEWin32 errorWindows
KERN_RESOURCE_SHORTAGEKern returnMac
ippStsDivByZeroIntel Ipp StatusAny
INVALID_PROCESS_DETACH_ATTEMPTBugCheck CodeWindows
Previous Next
EIO E2BIG

ENXIO

Two common meanings

ENXIO is often associated with special files rather than ordinary files. When opening a character or block device, it can mean that the device node exists but the associated device is absent or not available. The pathname is valid; the underlying target is not.

The code also has a distinct FIFO case. Opening a FIFO for writing with nonblocking behavior can fail when no process currently has the FIFO open for reading. That is an endpoint-availability condition, not a filesystem corruption problem. Other APIs can define additional meanings, so the call site still matters.

How to investigate

References


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

Exit mobile version