https://vaadin.com/api/platform/13.0.6/com/vaadin/flow/component/textfield/TextField.html
What is the difference between
getErrorMessage()
Gets current error message from the component.
Error to show when the input value is invalid.
and
getTitle()
Message to show to the user when validation fails.