Contents

socketNotConnected

Socket is not connected.

Declaration

static var socketNotConnected: Errno { get }

Mentioned in

Discussion

A request to send or receive data wasn’t permitted because the socket wasn’t connected and, when sending on a datagram socket, no address was supplied.

The corresponding C error is ENOTCONN.

See Also

Network Socket Errors