thanerian
sealed class Validation { objec OK : Validation() class Error1: Validation() class ErrorN: Validatio() }