Set up a Proxy link using a HXL JSON spec. You must specify either the spec URL or the JSON spec, but not both.
{% if result.status %}
Yes, I found HXL hashtags!
{% else %}No, I couldn't read this as HXL :(
{% endif %}- URL
- Message
{{ result.message }}
{% if not result.status %}
- Error type
{{ result.exception }}
{% if result.args %}
- Details
-
-
{% for arg in result.args %}
- {{ arg }} {% endfor %}
{% endif %}
{% endif %}