Error pages are prepared separately because their handler is different from the normal page
handler: it takes an error as the first argument and the event as the second. StoneError is
handed over as the fallback, for an error the application declared no page for.
Prepare the error page to render.
Error pages are prepared separately because their handler is different from the normal page handler: it takes an error as the first argument and the event as the second.
StoneErroris handed over as the fallback, for an error the application declared no page for.