Network unreachable
Code
NETWORK/UNREACHABLE
What it means
The client could not reach the network endpoint (offline, DNS issues, blocked request, etc.).
When it happens
- A network request fails due to unreachable network (e.g. Axios “Network Error”).
How to handle
- Treat as retryable, but prefer user-driven retry (don’t spam retries while offline).
- In UI, show an “Offline / can’t reach server” hint if this repeats.
Last updated on