Site icon EfmSoft

What does errno 127 (ENETDOWN) mean?

 
Could be also:
ConstantTypeOS
ERROR_PROC_NOT_FOUNDWin32 errorWindows
ENOTRECOVERABLEerrnoWindows
UNEXPECTED_KERNEL_MODE_TRAPBugCheck CodeWindows
Previous Next
ENOTCONN ENOTRECOVERABLE

ENETDOWN

The network is unavailable, not merely the destination host

ENETDOWN is Solaris' network-down operational error. It should be separated from ENETUNREACH, where a network cannot be reached, and EHOSTUNREACH, where the failure is associated with a destination host. Those codes point at different layers of the reachability decision.

For a connection failure, the exact errno should be captured before higher-level libraries turn all three into a generic “network error”. A network interface or provider state problem can make changing DNS names, ports, or application credentials irrelevant.

Network-state checks

References


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

Exit mobile version