OpenQuizz
Une application de gestion des contenus pédagogiques
ValidationError Class Reference
Inheritance diagram for ValidationError:
Collaboration diagram for ValidationError:

Additional Inherited Members

- Public Member Functions inherited from _Error
def __init__ (self, message, validator=_unset, path=(), cause=None, context=(), validator_value=_unset, instance=_unset, schema=_unset, schema_path=(), parent=None)
 
def __repr__ (self)
 
def __unicode__ (self)
 
def __str__ (self)
 
def create_from (cls, other)
 
def absolute_path (self)
 
def absolute_schema_path (self)
 
- Data Fields inherited from _Error
 message
 
 path
 
 relative_path
 
 schema_path
 
 relative_schema_path
 
 context
 
 cause
 
 validator
 
 validator_value
 
 instance
 
 schema
 
 parent
 

Detailed Description

An instance was invalid under a provided schema.

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