Contents

noBufferSpace

No buffer space available.

Declaration

static var noBufferSpace: Errno { get }

Mentioned in

Discussion

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.

See Also

Network Errors