diff --git a/views/error.latte b/views/error.latte index f98411a..a8ef9db 100644 --- a/views/error.latte +++ b/views/error.latte @@ -3,10 +3,8 @@ {block content}
There was an error processing your request!
HTTP Code: {$error->http_code}
- {if $error->tiktok_code} -API error code {$error->tiktok_code} ({$error->tiktok_msg})
- {if $error->tiktok_code === 10000} - What does this mean? - {/if} +API error code {$error->tiktok_code} ({$error->tiktok_msg})
+ {if $error->tiktok_code === 10000 || $error->tiktok_code === -1} + What does this mean? {/if} {/block}