2022-01-25 08:08:31 -05:00
|
|
|
{layout '../layouts/hero.latte'}
|
2022-01-11 13:25:30 -05:00
|
|
|
|
2022-01-25 08:08:31 -05:00
|
|
|
{block content}
|
2022-01-25 11:20:11 -05:00
|
|
|
<p class="title">There was an error processing your request!</p>
|
|
|
|
<p class="subtitle">HTTP Code: {$error->http_code}</p>
|
|
|
|
{if $error->tiktok_code}
|
|
|
|
<p class="subtitle">API error code {$error->tiktok_code} ({$error->tiktok_msg})</p>
|
2022-03-11 16:46:12 -05:00
|
|
|
{if $error->tiktok_code === 10000}
|
|
|
|
<a href="{path('/verify')}">What does this mean?</a>
|
|
|
|
{/if}
|
2022-01-25 11:20:11 -05:00
|
|
|
{/if}
|
2022-01-25 08:08:31 -05:00
|
|
|
{/block}
|