abstract fun validate(configuration: Configuration): MutableList<ConfigurationError>
(source)
Validate a configuration.
configuration
- The value associated with the configuration entry.
Return
A list of error messages. If no errors are found, an empty list should be returned.