addressNotAvailable
Can’t assign the requested address.
Declaration
static var addressNotAvailable: Errno { get }Mentioned in
Discussion
This error normally results from an attempt to create a socket with an address that isn’t on this machine.
The corresponding C error is EADDRNOTAVAIL.