jsonforms-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
jsonforms-kotlin
shared
/
com.paligot.jsonforms.kotlin.internal
/
FieldError
/
MinLengthFieldError
Min
Length
Field
Error
class
MinLengthFieldError
(
val
minLength
:
Int
,
val
scope
:
String
)
:
FieldError
Members
Constructors
Min
Length
Field
Error
Link copied to clipboard
constructor
(
minLength
:
Int
,
scope
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
min
Length
Link copied to clipboard
val
minLength
:
Int
scope
Link copied to clipboard
val
scope
:
String