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