Creates a validation failure from a list of T
Creates a validation failure from a list of T
the type of ValidationFailure to create
a list of type T
a ValidationFailure[T] containing the list of errors
Creates a validation success of type T
Creates a validation success of type T
the type of success to create
a ValidationSuccess[T]
Companion object containing factory methods to create a ValidationSuccess[T] or a ValidationFailure[T]