errors.fyi
community error code reference
errors.fyi
/
python
/
StopAsyncIteration
StopAsyncIteration
python
StopAsyncIteration
Raised by an asynchronous iterator's __anext__() method to signal that there are no further items.
References
https://docs.python.org/3/library/exceptions.html
โ all namespaces for StopAsyncIteration