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.
Network is unreachable.
static var networkUnreachable: Errno { get }A socket operation was attempted to an unreachable network.
The corresponding C error is ENETUNREACH.