Contents

socketShutdown

Can’t send after socket shutdown.

Declaration

static var socketShutdown: Errno { get }

Mentioned in

Discussion

A request to send data wasn’t permitted because the socket had already been shut down with a previous shutdown(2) call.

The corresponding C error is ESHUTDOWN.

See Also

Network Socket Errors