-
-
- {getErrorIcon(status)}
-
-
-
- {getErrorTitle(status)}
-
-
-
- {isEnglish ? 'Error' : 'Fehler'} {status}
-
-
-
- {getErrorDescription(status)}
-
-
- {#if /** @type {any} */ (error)?.details}
-
- {/** @type {any} */ (error).details}
-
+
+ {#snippet actions()}
+ {#if status === 401}
+
+
+ {:else if status === 500}
+
+
+ {:else}
+
+
{/if}
-
-
- {#if status === 401}
-
-
- {:else if status === 500}
-
-
- {:else}
-
-
- {/if}
-
-
-
- {#if bibleQuote}
-
-
- {isEnglish ? '"' : '„'}{bibleQuote.text}{isEnglish ? '"' : '"'}
-
-
- — {bibleQuote.reference}
-
-
- {/if}
-
-
+ {/snippet}
+