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>
|
2022-07-03 12:35:30 -04:00
|
|
|
<p class="subtitle">API error code {$error->tiktok_code} ({$error->tiktok_msg})</p>
|
|
|
|
{if $error->tiktok_code === 10000 || $error->tiktok_code === -1}
|
|
|
|
<a href="{path('/verify')}">What does this mean?</a>
|
2022-01-25 11:20:11 -05:00
|
|
|
{/if}
|
2022-01-25 08:08:31 -05:00
|
|
|
{/block}
|