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