ValidationResult
data class ValidationResult(valid: Boolean = true, errorText: String? = null)
Content copied to clipboard
Result of the validation success or failure of the validation. At failure, an error text can be displayed.
Result of the validation success or failure of the validation. At failure, an error text can be displayed.