Contents

networkUnreachable

Network is unreachable.

Declaration

static var networkUnreachable: Errno { get }

Mentioned in

Discussion

A socket operation was attempted to an unreachable network.

The corresponding C error is ENETUNREACH.

See Also

Network Errors