addressRequired
Destination address required.
Declaration
static var addressRequired: Errno { get }Mentioned in
Discussion
A required address was omitted from a socket operation.
The corresponding C error is EDESTADDRREQ.
Destination address required.
static var addressRequired: Errno { get }A required address was omitted from a socket operation.
The corresponding C error is EDESTADDRREQ.