ValidationWarning

Validation warning emitted by a validation indicating a potential problem with the form data.

A form is not considered invalid if it contains only warnings.

Constructors

Link copied to clipboard
constructor(code: String, data: ValidationIssueData = emptyMap())

Properties

Link copied to clipboard
open override val code: String

Code representing the issue.

Link copied to clipboard
open override val data: ValidationIssueData

Additional issue data. This additional data can be used, for example, to help write a user-friendly message associated with the issue.

Link copied to clipboard

Severity of the validation issue.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String