ValidationInfo
data class ValidationInfo(val message: String, val component: JComponent? = null, val quickFix: Runnable? = null)(source)
Carries information on why a component has invalid input.
Based on com.intellij.openapi.ui.ValidationInfo
and com.intellij.openapi.options.ConfigurationException
.