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.
A socket operation was performed on something that isn’t a socket.
static var notSocket: Errno { get }The corresponding C error is ENOTSOCK.