config / org.apache.tuweni.config / ConfigurationValidator / validate

validate

abstract fun validate(configuration: Configuration): MutableList<ConfigurationError> (source)

Validate a configuration.

Parameters

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.