package joist.domain.validation.errors; public interface ValidationError { String getMessage(); }