Skip to content

Instantly share code, notes, and snippets.

@ayoubjamouhi
Last active January 25, 2022 10:14
Show Gist options
  • Save ayoubjamouhi/e03aa2ab50599a247dae9c90eb7f08ec to your computer and use it in GitHub Desktop.
Save ayoubjamouhi/e03aa2ab50599a247dae9c90eb7f08ec to your computer and use it in GitHub Desktop.
Errors axios laravel handling
const errors = error.response;
if (errors.status === 422) {
this.$vs.loading.close();
this.$vs.notify({
title: "Danger",
text: 'Please check your from data',
color: "danger",
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment