Client - handle error on api calls

This commit is contained in:
Sam
2021-08-11 21:12:20 +02:00
parent cd418c9be2
commit 7df5ea9870
14 changed files with 87 additions and 15 deletions

View File

@ -1,5 +1,6 @@
{
"not-found": {
"UNKNOWN": "Error. Please try again or contact the administrator.",
"NOT_FOUND": {
"PAGE": "Page not found"
}
}

View File

@ -1,5 +1,6 @@
{
"not-found": {
"UNKNOWN": "Erreur. Veuillez réessayer ou contacter l'administrateur.",
"NOT_FOUND": {
"PAGE": "Page introuvable"
}
}