>}
body={
<>
{message ?? content.message}
>
}
illustration={}
variant="warning"
primaryAction={{
...actions.primary,
icon: ,
iconPosition: 'end',
label: formatMessage({
id: 'kzErrorPage.goToHome',
defaultMessage: 'Go to Home',
description: 'Home button label',
}),
}}
secondaryAction={{
...actions.secondary,
icon: ,
label: formatMessage({
id: 'kzErrorPage',
defaultMessage: 'Contact support',
description: 'Label for contact button',
}),
}}
text={{
title: title ?? content.title,
}}
/>
)
}
ErrorPage.displayName = 'ErrorPage'