NotInRange

data class NotInRange(val value: String, val range: IntRange) : ValidationError

Length of the input was not in range

See also

Constructors

Link copied to clipboard
constructor(value: String, range: IntRange)

Properties

Link copied to clipboard
Link copied to clipboard
open override val value: String

A value that is being validated