component ErrorState { props { code = "500" title = "Something went wrong" description = "Please try again." actionLabel = "Try again" actionHref = "/" } view {
{code}

{title}

{description}

{actionLabel}
} }