MinLength

zio.schema.validation.ValidationError$.MinLength
final case class MinLength(minLength: Int, actualLength: Int, string: String) extends ValidationError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def message: String

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product