@traversable/schema
Preparing search index...
@traversable/schema-to-validator
ValidationError
Interface ValidationError
interface
ValidationError
{
expected
?:
unknown
;
got
:
unknown
;
kind
:
string
;
msg
?:
string
;
path
:
(
string
|
number
|
symbol
)
[]
;
schemaPath
?:
(
string
|
number
|
symbol
)
[]
;
}
Index
Properties
expected?
got
kind
msg?
path
schema
Path?
Properties
Optional
expected
expected
?:
unknown
got
got
:
unknown
kind
kind
:
string
Optional
msg
msg
?:
string
path
path
:
(
string
|
number
|
symbol
)
[]
Optional
schema
Path
schemaPath
?:
(
string
|
number
|
symbol
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expected
got
kind
msg
path
schema
Path
@traversable/schema
Loading...