Prepare changes to error code handling

This commit is contained in:
2026-04-28 17:45:59 +01:00
parent 5bbffcecb8
commit 16d929fad1
2 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
<div class="error-wrapper">
{#if page.status == 20}
<!-- Check the values passed in the ApiError object and decide what to present -->
<img class="err-img" src={noResult} alt="" role="presentation" width="200" height="200" />
{:else}
<img class="err-img" src={stopErr} alt="" role="presentation" width="150" height="210" />