Contents

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.

See Also

Network Errors