{#if $store.error} store.setError()}>

{$store.error?.message}

{#if $store.error?.debuginfo}

{$store.error?.debuginfo}

{/if} {#if $store.error?.backtrace || $store.error?.stacktrace}
{$store.error?.backtrace || $store.error?.stacktrace}
{/if}
{/if}