Contents

notSocket

A socket operation was performed on something that isn’t a socket.

Declaration

static var notSocket: Errno { get }

Mentioned in

Discussion

The corresponding C error is ENOTSOCK.

See Also

Network Socket Errors