Skip to Content

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 code and without a reliable HTTP status
  • Non-standard network failures or environment-specific issues

How to handle

  • Log the request url and method (if available) in meta.
  • Treat as potentially retryable, but prefer user-driven retry if you can’t infer safety.
Last updated on
Docsv1.0.10