Move ValidationError to errors page.
This commit is contained in:
@@ -2,12 +2,14 @@
|
|||||||
Handling Validation Errors
|
Handling Validation Errors
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
.. module:: jsonschema
|
||||||
|
|
||||||
|
.. autoexception:: ValidationError
|
||||||
|
:members:
|
||||||
|
|
||||||
ErrorTrees
|
ErrorTrees
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
||||||
.. module:: jsonschema
|
|
||||||
|
|
||||||
If you want to programmatically be able to query which properties or validators
|
If you want to programmatically be able to query which properties or validators
|
||||||
failed when validating a given instance, you probably will want to do so using
|
failed when validating a given instance, you probably will want to do so using
|
||||||
:class:`ErrorTree` objects.
|
:class:`ErrorTree` objects.
|
||||||
|
|||||||
@@ -12,6 +12,3 @@ Schema Validation
|
|||||||
|
|
||||||
.. autoclass:: RefResolver
|
.. autoclass:: RefResolver
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
.. autoexception:: ValidationError
|
|
||||||
:members:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user