is-axios-error EntryPoint
A type guard to check if an error object in an Axios error.
Functions
Function | Description |
---|---|
isAxiosError(e, status) | Returns whether the given error is an AxiosError. Can be used to narrow the type of the error. |
A type guard to check if an error object in an Axios error.
Function | Description |
---|---|
isAxiosError(e, status) | Returns whether the given error is an AxiosError. Can be used to narrow the type of the error. |