Improve error handling

This commit is contained in:
2026-05-16 15:10:49 +01:00
parent 6ed262ce59
commit 808b576df1
5 changed files with 25 additions and 3 deletions

View File

@@ -8,6 +8,11 @@
<!-- Will need to check error type, using the upstream code combined with response code -->
{#if page.error}
{JSON.stringify(page.error)}
STATUS: {page.status}
{/if}
<div class="error-wrapper">
{#if page.status == 404}
<!-- Warning no data image -->