Linux/POSIX ErrorsError
ENODATAENODATA — No Data Available
No data is available from the STREAMS device or no named attribute was found.
linuxunix
View details ENETRESETThe network connection was reset due to a network-level event.
A keep-alive mechanism detected that the remote host reset the connection at the network layer.
Implement connection retry logic. Check network stability. Verify that intermediate network devices are not dropping idle connections.
ENODATANo data is available from the STREAMS device or no named attribute was found.
ENOMEDIUMNo removable medium is present in the drive or device.
ENOTEMPTYAn attempt was made to remove a directory that still contains entries.
ENXIOThe device specified by a special file does not exist or is not configured.
Exit 1The process exited with a general, unspecified error.
SIGQUIT (3)A quit signal was sent, typically by pressing Ctrl+\ in the terminal, producing a core dump.