getValidationErrors method
Gets validation error messages.
Returns a list of human-readable error messages explaining why the interaction is invalid. Called when validate returns false.
Defaults to empty list.
Implementation
List<String> getValidationErrors() => [];