astro
py
:docs
Index
Modules
Navigation
next »
« previous
|
asdf v
»
Developer API
»
ValidationError
ValidationError
¶
exception
asdf.exceptions.
ValidationError
(
message
,
validator=<unset>
,
path=()
,
cause=None
,
context=()
,
validator_value=<unset>
,
instance=<unset>
,
schema=<unset>
,
schema_path=()
,
parent=None
,
type_checker=<unset>
)
[source]
¶
An instance was invalid under a provided schema.
Page Contents
ValidationError
ValidationError