socketTypeNotSupported
Socket type not supported.
Declaration
static var socketTypeNotSupported: Errno { get }Mentioned in
Discussion
Support for the socket type hasn’t been configured into the system or no implementation for it exists.
The corresponding C error is ESOCKTNOSUPPORT.