errors.fyi community error code reference
EMSGSIZE

EMSGSIZE

posix

Message too long

A message sent on a socket exceeds the socket's send buffer size or the protocol's maximum message size. Numeric value is platform-specific: 90 on Linux, 40 on macOS.

References

windows-errno

Message too long

The message is larger than the maximum size supported by the underlying transport.

Numeric value: 115

References

← all namespaces