package output
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed trait OutputValidatorError extends AnyRef
- class OutputValidatorErrorsConverter extends AnyRef
- trait OutputValidatorExpected extends AnyRef
- case class OutputValidatorMissingFieldsError(fields: Set[String]) extends OutputValidatorError with Product with Serializable
- case class OutputValidatorRedundantFieldsError(fields: Set[String]) extends OutputValidatorError with Product with Serializable
- case class OutputValidatorTypeError(field: String, actual: TypingResult, expected: OutputValidatorExpected) extends OutputValidatorError with Product with Serializable