{{error.class}}
{% if error.class == "BotLoginError" %}
- The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials malformed or expired token. Try logging in and generate a new token
- {{error.url}}
- {{error.message}}
{% elif error.class == "BotapadURLError" %}
- URL is malformed or website may not respond ...
- Can't download document at {{error.url}}
- {{error.message}}
{% elif error.class == "BotapadCsvError" %}
- Error while parsing {{error.url}}
- Parsing data failed in {{error.url}}
- {{error.message}}
- we used the character
{{error.separator}}
as a separator
{% elif error.class == "BotapadParseError" %}
- {{error.url}}
- {{error.message}}
{%if error.line %}
{% for e in error.line %}
{{e}} | {%endfor%}
{%endif%}
- parser log
{{error.log}}
{% else %}
{%endif%}