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