errors.fyi community error code reference
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

โ† all namespaces for EOPNOTSUPP