Site icon EfmSoft

What does errno 110 (EHOSTUNREACH) mean?

 
Could be also:
ConstantTypeOS
ERROR_OPEN_FAILEDWin32 errorWindows
ETIMEDOUTerrnoLinux
SESSION2_INITIALIZATION_FAILEDBugCheck CodeWindows
BOOTPROC_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
ETIMEDOUT ECONNREFUSED

EHOSTUNREACH

EHOSTUNREACH denotes host-level reachability failure after an attempt to use the selected route. It is distinct from name resolution: a hostname can resolve successfully while the resulting address cannot be reached from this host, interface, address family, or network policy domain.

Native Winsock code uses WSAEHOSTUNREACH via WSAGetLastError(). This UCRT value is the portability-layer name, so collect the original error channel and the final numeric destination before applying a POSIX-style classification.

Route-focused diagnostics

References


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

Exit mobile version