{% if this.response.status_code != 200 %}

{{ this.response.status_code }} Error

Error: {{ this.response.reason }}

{% else %}

Mapbox Access Token Error

Error: {{ this.response.json()['code'] }}

{% endif %}