addressFamilyNotSupported
The address family isn’t supported by the protocol family.
Declaration
static var addressFamilyNotSupported: Errno { get }Mentioned in
Discussion
An address incompatible with the requested protocol was used. For example, you shouldn’t necessarily expect to be able to use name server addresses with ARPA Internet protocols.
The corresponding C error is EAFNOSUPPORT.