ValidationError

zio.schema.validation.ValidationError$
See theValidationError companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class EqualTo[A](value: A, expected: A) extends ValidationError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Generic(message: String) extends ValidationError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class GreaterThan[A](value: A, expected: A) extends ValidationError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class LessThan[A](value: A, expected: A) extends ValidationError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
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
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
final case class NotEqualTo[A](value: A, expected: A) extends ValidationError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class NotRegexMatch(str: String, expected: Regex) extends ValidationError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class RegexMatch(str: String, expected: Regex) extends ValidationError

Attributes

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

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror