errors.fyi community error code reference
GeneratorExit
python

GeneratorExit

Raised inside a generator or coroutine when generator.close() is called. The generator should either catch and re-raise it, or not catch it at all.

References

← all namespaces