GenericConfigError
data class GenericConfigError(val location: String, val message: String) : ErrorUnit.ConfigErrorUnit
A generic config error which does not fit in other categories of errors.
A generic config error which does not fit in other categories of errors.