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