noBufferSpace

No buffer space available.

Errno.swift:539
static var noBufferSpace: Errno { get }

An operation on a socket or pipe wasn’t performed because the system lacked sufficient buffer space or because a queue was full.

The corresponding C error is ENOBUFS.