fieldsError abstract method
Sync access to the validation error message if there is any.
Returns Iterable with errors among multiple fields. Will return empty collection if no error messages found
Implementation
Iterable<String> fieldsError(Iterable<K> fields);