Skip to content

Properties

PropertiesDescription
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.