Updated wrapper

This commit is contained in:
Pablo Ferreiro 2022-01-14 18:00:23 +01:00
parent 9a2704b2af
commit ed0e42a82c
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
2 changed files with 9 additions and 6 deletions

View file

@ -10,8 +10,11 @@
</div>
<div class="hero-body">
<div class="container">
<p class="title">API errror code {$error->tiktok_code}</p>
<p class="subtitle">{$error->tiktok_msg}</p>
<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>
{/if}
</div>
</div>
<div class="hero-foot is-danger">