Move ValidationError to errors page.
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
Handling Validation Errors
|
||||
==========================
|
||||
|
||||
.. module:: jsonschema
|
||||
|
||||
.. autoexception:: ValidationError
|
||||
:members:
|
||||
|
||||
ErrorTrees
|
||||
----------
|
||||
|
||||
|
||||
.. module:: jsonschema
|
||||
|
||||
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
|
||||
:class:`ErrorTree` objects.
|
||||
|
||||
@@ -12,6 +12,3 @@ Schema Validation
|
||||
|
||||
.. autoclass:: RefResolver
|
||||
:members:
|
||||
|
||||
.. autoexception:: ValidationError
|
||||
:members:
|
||||
|
||||
Reference in New Issue
Block a user