{"title":"FormError - Liquid Object Reference","slug":"form-error-liquid-object-reference","url":"https://support.storeconnect.com/articles/form-error-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/form-error-liquid-object-reference.md","subtitle":null,"summary":"An FormError object represents a form error message returned after the form was submitted.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, FormError, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nAn FormError object represents a form error message returned after the form was submitted.\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `field` | String | Returns the field name |\n| `full_messages` | List[String] | Returns a list of the full error messages including the field name |\n| `messages` | List[String] | Returns a list of the error message without the field name |\n\n## Available on\n\n- [Form - Liquid Object Reference](form-liquid-object-reference) — `errors`\n- [FormField - Liquid Object Reference](form-field-liquid-object-reference) — `errors`"}