Properties
Properties | Description |
---|---|
status | (optional) define a status code as a string. When 404 or 500 is given, a predefined text will be shown. Defaults to 400 . |
title | (optional) will overwrite the default title. |
text | (optional) will overwrite the default text. |
code | (optional) will overwrite the default error message code. |
help | (optional) will overwrite the default additional help text. |
links | (optional) provide an array with objects { text: 'Text', url: 'https://...' } to display a list of anchor links. |
center | (optional) if true, it will use 80vh as the height and center its content. |
skeleton | (optional) applies a loading skeleton to all included elements. |
locale | (optional) set a supported locale if needed. |
children | (optional) to display additional related content, like useful links etc. |
Translations
More info about translations can be found in the general localization and Eufemia Forms localization docs.
Key | nb-NO | en-GB | en-US |
---|---|---|---|
GlobalError.404.title | Vi finner ikke siden du leter etter … | We can't find the page you're looking for … | We can't find the page you're looking for … |
GlobalError.404.text | Sikker på at du har skrevet riktig adresse? Eller har vi rotet med lenkene? | Are you sure you have entered the correct address? Or have we messed with the links? | Are you sure you have entered the correct address? Or have we messed with the links? |
GlobalError.500.title | Beklager, her skjedde det noe feil! | Sorry, a technical error happened! | Sorry, a technical error happened! |
GlobalError.500.text | Tjenesten fungerer ikke slik den skal for øyeblikket, men prøv igjen senere. | The service is not working properly at the moment. Try again later. | The service is not working properly at the moment. Try again later. |
GlobalError.code | Feilmeldings-kode: | Error code: | Error code: |
GlobalError.help | Her er noen lenker som kanskje kan hjelpe: | Here are some links that might help: | Here are some links that might help: |