bereaksi menangkap kesalahan json pesan

catch (err) { 
  console.error(err.response.data.yourPropertie);
}
DevPedrada