{% if response.error_description is defined %} {{ response.error_description }} {% if response.error_uri is defined %} (more information) {% endif %} {% elseif response is iterable %}
{{ response|json_stringify }}{% else %}Unable to parse response:
{{ dump(response) }}{% endif %}