Error
oxygen.ui.web.component.FormWidget.Result.Error
final case class Error(error: FormValidationErrors) extends Result[Nothing]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Result[Nothing]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
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
Attributes
- Inherited from:
- Result
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Result
In this article