errors.fyi community error code reference
StandardError
ruby

StandardError

The base class for most rescuable exceptions. rescue StandardError (or a bare rescue) catches all StandardError subclasses but not SignalException, SystemExit, or NoMemoryError.

References

โ† all namespaces for StandardError