Error

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

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

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

Attributes

Inherited from:
Result