Get the error messages from the validation responses
List<String> errorMessages() { return errorResponses .map((response) => _formatMessage(response.rule)) .toList(); }