oxygen.ui.web.UIError.ClientSide.FormValidationErrors
See theFormValidationErrors companion class
object FormValidationErrors
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FormValidationErrors.type
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
enum ErrorType
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
def zipWith[A, B, C](a: Either[FormValidationErrors, A], b: Either[FormValidationErrors, B])(f: (A, B) => C): Either[FormValidationErrors, C]
In this article