notSupportedOnSocket
Operation not supported on socket.
Declaration
static var notSupportedOnSocket: Errno { get }Mentioned in
Discussion
The attempted operation isn’t supported for the type of socket referenced; for example, trying to accept a connection on a datagram socket.
The corresponding C error is EOPNOTSUPP.