toggle menu
inputforms
1.4.4
common
switch theme
search in API
inputforms
/
pro.respawn.kmmutils.inputforms
/
ValidationError
/
LengthIsNotExactly
Length
Is
Not
Exactly
data
class
LengthIsNotExactly
(
val
value
:
String
,
val
length
:
Int
)
:
ValidationError
Length of the input was not exactly
length
See also
Rules.
Length
Exact
Members
Constructors
Length
Is
Not
Exactly
Link copied to clipboard
constructor
(
value
:
String
,
length
:
Int
)
Properties
length
Link copied to clipboard
val
length
:
Int
value
Link copied to clipboard
open
override
val
value
:
String
A value that is being validated