errors.fyi community error code reference
StopIteration
python

StopIteration

Raised by the built-in next() and by an iterator's __next__() method to signal that there are no further items. Propagation out of a generator function is converted to a return.

References

โ† all namespaces for StopIteration