Returns TRUE if there are constraint violations.
public function hasViolations() : bool { return $this->violations ->count() > 0; }