React Catch Error JSON Mensaje

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