errors.fyi community error code reference
EOPNOTSUPP

EOPNOTSUPP

posix

Operation not supported on socket

The attempted operation is not supported for the type of socket referenced. On many platforms EOPNOTSUPP and ENOTSUP share the same value. Numeric value is platform-specific: 95 on Linux, 102 on macOS.

References

windows-errno

Operation not supported on socket

The operation is not supported on this type of socket.

Numeric value: 130

References

← all namespaces