ValidationIssue

@Serializable
sealed class ValidationIssue(source)

Validation issue emitted by a validation indicating a (potential) problem with the form data.

A validation issue can be either a ValidationError, ValidationWarning, or, exceptionally, a ValidationFailure.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val code: String

Code representing the issue.

Link copied to clipboard

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

Whether this validation issue "contains" issue.

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