MaxLength

zio.schema.validation.ValidationError$.MaxLength
final case class MaxLength(maxLength: 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