Error

kreuzberg.extras.forms.Error
See theError companion trait
object Error

Attributes

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

Members list

Type members

Classlikes

case class DecodingError(msg: String, path: List[String]) extends Error

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Error
class Object
trait Matchable
class Any
Show all
case class MultipleValidationError(errors: List[ValidationError]) extends ValidationError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Error
class Object
trait Matchable
class Any
Show all
case class SingleValidationError(msg: String, path: List[String]) extends ValidationError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Error
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ValidationError extends Error

Attributes

Companion
object
Supertypes
trait Error
class Object
trait Matchable
class Any
Known subtypes

Builder for concatenating validation errors.

Builder for concatenating validation errors.

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror