Error
oxygen.ui.web.FormResult.Error
final case class Error(error: FormValidationErrors) extends FormResult[Nothing]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FormResult[Nothing]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
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
Attributes
- Inherited from:
- FormResult
Attributes
- Inherited from:
- FormResult
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- FormResult
Attributes
- Inherited from:
- FormResult
final def zipWith[Value2, Out](that: FormResult[Value2])(f: (Nothing, Value2) => Out): FormResult[Out]
Attributes
- Inherited from:
- FormResult
In this article