errors.fyi community error code reference
RecursionError
python

RecursionError

A subclass of RuntimeError raised when the maximum recursion depth (sys.getrecursionlimit()) is exceeded.

References

← all namespaces