Axios unknown
Code
AXIOS/UNKNOWN
What it means
An Axios error occurred, but it did not match any more specific classification rule (timeout, unreachable, HTTP status, etc.).
When it happens
- An Axios error is detected but cannot be classified into a more specific category.
Typical scenarios:
- Axios throws without
codeand without a reliable HTTP status - Non-standard network failures or environment-specific issues
How to handle
- Log the request
urlandmethod(if available) inmeta. - Treat as potentially retryable, but prefer user-driven retry if you can’t infer safety.
Last updated on