For axios version-0.19.0 below code worked after hours of struggling with async await.Not sure about other versions though!
catch(error){
console.log(error.response.data.error)
}
For axios version-0.19.0 below code worked after hours of struggling with async await.Not sure about other versions though!
catch(error){
console.log(error.response.data.error)
}