MaxRepeat

data class MaxRepeat(val max: Int) : ValidationError

Sealed class representing max repeat error.

Constructors

Link copied to clipboard
constructor(max: Int)

Properties

Link copied to clipboard
val max: Int