Contents

messageTooLong

Message too long.

Declaration

static var messageTooLong: Errno { get }

Mentioned in

Discussion

A message sent on a socket was larger than the internal message buffer or some other network limit.

The corresponding C error is EMSGSIZE.

See Also

Network Errors