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

Public Member Functions

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

Public Attributes

 message
 
 path
 
 validator
 

Detailed Description

The provided schema is malformed.

The same attributes are present as for :exc:`ValidationError`\s.

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