Validation Info
data class ValidationInfo(val state: State, val property: KProperty<*>, val message: String)(source)
Information that indicates a failed validation.
A successful validation is typically represented by a null
value instead of a ValidationInfo instance.
Properties
Functions
Link copied to clipboard
Returns a new ValidationInfo with the prefix and separator prepended to the message.