Error

oxygen.ui.web.FormResult.Error
final case class Error(error: FormValidationErrors) extends FormResult[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FormResult[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def flatMap[Value2](f: Nothing => FormResult[Value2]): FormResult[Value2]

Attributes

Inherited from:
FormResult
final def flatMapEitherError[Value2](fields: List[String])(f: Nothing => EitherError[Value2]): FormResult[Value2]

Attributes

Inherited from:
FormResult
final def flatMapEitherMessage[Value2](fields: List[String])(f: Nothing => EitherMessage[Value2]): FormResult[Value2]

Attributes

Inherited from:
FormResult
final def flatMapEitherMessages[Value2](fields: List[String])(f: Nothing => EitherMessages[Value2]): FormResult[Value2]

Attributes

Inherited from:
FormResult
final def flatMapEitherResult[Value2](f: Nothing => EitherResult[Value2]): FormResult[Value2]

Attributes

Inherited from:
FormResult
final def map[Value2](f: Nothing => Value2): FormResult[Value2]

Attributes

Inherited from:
FormResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toEither: EitherResult[Nothing]

Attributes

Inherited from:
FormResult
final def toOption: Option[Nothing]

Attributes

Inherited from:
FormResult
final def zipWith[Value2, Out](that: FormResult[Value2])(f: (Nothing, Value2) => Out): FormResult[Out]

Attributes

Inherited from:
FormResult