noRouteToHost
No route to host.
Declaration
static var noRouteToHost: Errno { get }Mentioned in
Discussion
A socket operation failed because the destination host was unreachable.
The corresponding C error is EHOSTUNREACH.
No route to host.
static var noRouteToHost: Errno { get }A socket operation failed because the destination host was unreachable.
The corresponding C error is EHOSTUNREACH.