Linux/POSIX ErrorsError
ENODEVENODEV — No Such Device
The requested device type or device driver is not available in the system.
linuxmacosunix
View details ECONNABORTEDThe connection was aborted locally due to a software condition or timeout.
The TCP connection was aborted because of a timeout, a protocol error, or an explicit abort by the local networking stack.
Handle this error in accept() loops by retrying. Check for network timeouts and adjust TCP keepalive settings.
ENODEVThe requested device type or device driver is not available in the system.
ENOLCKThe system has exhausted its pool of file locks.
ESRCHNo process matching the specified process ID was found.
ENOMSGNo message of the requested type is available in the message queue.
ENFILEThe system-wide limit on the total number of open files has been reached.
EMEDIUMTYPEThe medium in the device is not the type expected by the operation.