hyperion.ng
Public Member Functions | Public Attributes | List of all members
jsonschema.ValidationError Class Reference
Inheritance diagram for jsonschema.ValidationError:

Public Member Functions

def __init__ (self, message, validator=None, path=())
 
def __str__ (self)
 

Public Attributes

 message
 
 path
 
 validator
 

Detailed Description

The instance didn't properly validate under the provided schema.

Relevant attributes are:
    * ``message`` : a human readable message explaining the error
    * ``path`` : a list containing the path to the offending element (or []
                 if the error happened globally) in *reverse* order (i.e.
                 deepest index first).

The documentation for this class was generated from the following file: