{% extends "store/errors/base.html" %} {% block icon %}📋{% endblock %} {% block title %}422 - Validation Error{% endblock %} {% block content %}
📋
422
Validation Error
The data you submitted contains errors. Please review and correct the highlighted fields.
Error Code: {{ error_code }}
{% if details and details.validation_errors %}

Validation Errors:

{% endif %}
Go Back Dashboard
{% if show_debug %}

🔧 Debug Information

Path: {{ path }}
Error Code: {{ error_code }}
{% if details %}
Details:
{{ details | tojson(indent=2) }}
{% endif %}
{% endif %} {% endblock %}