package common
Type Members
- case class EmptyField(field: String) extends InvalidField with Product with Serializable
- case class EqualValue[T](field: String, expected: T, value: T) extends InvalidField with Product with Serializable
- case class ExpectedEmpty(field: String) extends InvalidField with Product with Serializable
- case class ExpectedLength[E, R](field: String, expected: E, value: R) extends InvalidField with Product with Serializable
- case class MaximalLength[E, R](field: String, expected: E, value: R) extends InvalidField with Product with Serializable
- case class MinimalLength[E, R](field: String, expected: E, value: R) extends InvalidField with Product with Serializable