apiref
is-axios-error@1.0.0

is-axios-error  EntryPoint

A type guard to check if an error object in an Axios error.

Functions

FunctionDescription
isAxiosError(e, status)Returns whether the given error is an AxiosError. Can be used to narrow the type of the error.