jsonforms-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
jsonforms-kotlin
shared
/
com.paligot.jsonforms.kotlin.internal
/
FieldError
/
InvalidValueFieldError
Invalid
Value
Field
Error
class
InvalidValueFieldError
(
val
value
:
JsonPrimitive
,
val
scope
:
String
)
:
FieldError
Members
Constructors
Invalid
Value
Field
Error
Link copied to clipboard
constructor
(
value
:
JsonPrimitive
,
scope
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
scope
Link copied to clipboard
val
scope
:
String
value
Link copied to clipboard
val
value
:
JsonPrimitive