I have created a new custom field in the UserEntity and therefore an Assert-Validation with a error message. This Message can be displayed with {{ form_errors(form) }}
globally but I haven´t found a way to display the error-message linked to the field without overriding the whole form_theme.
{{ form_errors(form.field_name) }}
does not work either