Prepare changes to error code handling
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user