# asyncio.TimeoutError

- **ID:** `python/asyncio-timeouterror`
- **Domain:** python
- **Category:** system_error
- **Verification:** official
- **Fix Rate:** 80%

## Root Cause

Async operation timed out. Raises after asyncio.wait_for() timeout.

## Version Compatibility

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