Updated wrapper
This commit is contained in:
parent
9a2704b2af
commit
ed0e42a82c
2 changed files with 9 additions and 6 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue