status | (optional) status code defines the view showing up. |
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. |
locale | (optional) Set a supported locale if needed. |
children | (optional) to display additional related content, like useful links etc. |