final case class Invalid(errorMessages: Seq[String]) extends ConfigValidation with Product with Serializable
- Source
- JoinConfigCompatChecker.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Invalid
- Serializable
- Product
- Equals
- ConfigValidation
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def ++(that: ConfigValidation): with with Serializable
- Definition Classes
- ConfigValidation
- def concat(that: ConfigValidation): with with Serializable
- Definition Classes
- ConfigValidation
- val errorMessages: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product