Network timeout
Code
NETWORK/TIMEOUT
What it means
A network request exceeded the configured timeout budget.
When it happens
- A network request times out (e.g. Axios
ECONNABORTED).
How to handle
- Treat as retryable with backoff.
- If user-triggered, show a “Retry” action and keep the UI responsive.
Last updated on