errors.fyi community error code reference
SystemExit
ruby

SystemExit

Raised by Kernel#exit. The status attribute holds the integer exit code. Not a StandardError; rescue it explicitly if needed.

References

โ† all namespaces for SystemExit