ValidationResult

data class ValidationResult(val errors: List<ValidationError>)

The result of validating a SchemaElement. An absence of errors indicates that the element is valid, in which case isValid will be true.

Constructors

Link copied to clipboard
constructor(errors: List<ValidationError>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String