Invalid

class Invalid(val reasons: List<String>) : ValidationResult

An unsuccessful result of validation. All errors are stored in the reasons list.

Constructors

Link copied to clipboard
constructor(reason: String)
constructor(reasons: List<String>)

Properties

Link copied to clipboard

List of errors.