feat: add error_handler and email verification request
This commit is contained in:
parent
defecf958a
commit
cdc5e44bb3
8 changed files with 110 additions and 26 deletions
|
|
@ -397,5 +397,13 @@
|
|||
"lobbyStatusEntering": "Entering Battle...",
|
||||
|
||||
"connectivityError": "No internet connection available.",
|
||||
"connectivityMultiplayerError": "Active internet connection required for multiplayer."
|
||||
"connectivityMultiplayerError": "Active internet connection required for multiplayer.",
|
||||
|
||||
"errorNoInternet": "No internet connection",
|
||||
"errorGeneric": "Something went wrong",
|
||||
"errorUnauthorized": "Access denied. Please relogin.",
|
||||
"errorNotFound": "Data not found.",
|
||||
"errorEntryNotUnique": "Entry already exists.",
|
||||
"errorAuthenticationFailed": "E-Mail or Passwort wrong.",
|
||||
"errorIllegalRequest": "Illegal Request."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue