package utils import am.ik.yavi.core.ConstraintViolations val ConstraintViolations.firstInvalid: Any? get() = this.violations().firstOrNull()?.name()