Invalid

works.iterative.forms.ValidationState.Invalid
See theInvalid companion object
final case class Invalid(errors: NonEmptyChunk[(IdPath, UserMessage)]) extends ValidationState[Nothing]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ValidationState[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def flatMap[B](f: Nothing => ValidationState[B]): ValidationState[B]

Attributes

Inherited from:
ValidationState
def isInvalid: Boolean

Attributes

Inherited from:
ValidationState
def map[B](f: Nothing => B): ValidationState[B]

Attributes

Inherited from:
ValidationState
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toOption: Option[Nothing]

Attributes

Inherited from:
ValidationState

Concrete fields

override val isValid: Boolean