1.0.3 • Published 3 years ago
axios-error-to-http v1.0.3
Axios Error to Http
npm i axios-error-to-httpHandle annoying gigantic axios errors:
const httpError = (error as AxiosError)?.isAxiosError
? axiosErrorToHttp(error as AxiosError)
: error;
console.error(httpError);Peer dependcies are axios and http-errors.