axios-error-helper
v1.0.2
Published
Reduct axios error output into a better debug experience.
Downloads
3
Readme
axios-error-helper
Reduct axios error output into a better debugging experience.
Installation
npm i axios-error-helper
Usage
const axios = require('axios');
const axiosErrorHelper = require('axios-error-helper');
axios.get("https://httpstat.us/400").catch(axiosErrorHelper);