Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-ajv
/
ajv
/
ErrorObject
Error
Object
interface
ErrorObject
(
source
)
Members
Properties
data
Link copied to clipboard
abstract
val
data
:
JsAny
?
instance
Path
Link copied to clipboard
abstract
val
instancePath
:
String
keyword
Link copied to clipboard
abstract
val
keyword
:
String
message
Link copied to clipboard
abstract
val
message
:
String
?
params
Link copied to clipboard
abstract
val
params
:
ReadonlyRecord
<
JsString
,
JsAny
?
>
parent
Schema
Link copied to clipboard
abstract
val
parentSchema
:
JsAny
?
property
Name
Link copied to clipboard
abstract
val
propertyName
:
String
?
schema
Link copied to clipboard
abstract
val
schema
:
JsAny
?
schema
Path
Link copied to clipboard
abstract
val
schemaPath
:
String