...
If the form did not pass validation and errors were found, error messaging (also known as validation messaging) is then presented to the user. The goal of error messages is not to place the blame on the user but to help them to understand and resolve the error. These messages should be focused on providing the user with meaningful and actionable information and should be written in plain language.
When to use this component
...