package error
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class FieldError[E](path: FieldPath, error: E) extends Product with Serializable
Carries
errorwithpathwhere it occured.Carries
errorwithpathwhere it occured. Using this can be useful when yourerrortype does not support carryingpathwhere it occured but you actually want to know it. - sealed trait ValidationError extends AnyRef
Predefined Error type that carries
errortype and human-readable message - case class ValidationMessage(path: FieldPath, error: String, message: Option[String] = None) extends Product with Serializable
Error type that holds path where error occured, error type and human-readable message
Value Members
- object ValidationError
- object ValidationMessage extends Serializable
- object ValidationMessages
ValidationError error messages
- object ValidationTypes
This corresponds to
errorfield of ValidationError with given names