Add error boundary for tools

This commit is contained in:
Kevin Kandlbinder 2022-05-03 14:39:26 +02:00
parent c344942d40
commit e0edd29436
6 changed files with 100 additions and 8 deletions

View file

@ -47,6 +47,12 @@
"system": {
"notfound": "Seite nicht gefunden",
"language": "Sprache",
"imprint": "Impressum"
"imprint": "Impressum",
"errors": {
"toolException": {
"title": "Ein fatales Problem ist aufgetreten.",
"description": "Im Werkzeug ist ein fatales Problem aufgetreten und die Aufgabe konnte nicht abgeschlossen werden. Bitte erneut versuchen."
}
}
}
}

View file

@ -47,6 +47,12 @@
"system": {
"notfound": "Page Not Found",
"language": "Language",
"imprint": "Imprint"
"imprint": "Imprint",
"errors": {
"toolException": {
"title": "The tool encountered a fatal error.",
"description": "The tool encountered a fatal error and was unable to complete its task. Please retry."
}
}
}
}