# StopAsyncIteration

- **ID:** `python/stopasynciteration`
- **Domain:** python
- **Category:** runtime_error
- **Error Code:** `StopAsyncIteration`
- **Verification:** official
- **Fix Rate:** 80%

## Root Cause

Async iterator has no more items.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| 3.x | active | — | — |
