errors.fyi community error code reference
StopAsyncIteration
python

StopAsyncIteration

Raised by an asynchronous iterator's __anext__() method to signal that there are no further items.

References

โ† all namespaces for StopAsyncIteration