errors.fyi community error code reference
SystemCallError
ruby

SystemCallError

The base class for platform-specific system call errors. Subclasses are in the Errno module (e.g. Errno::ENOENT, Errno::EACCES) and map to POSIX errno values.

References

โ† all namespaces for SystemCallError