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

Public Member Functions

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

 message
 
 path
 
 relative_path
 
 schema_path
 
 relative_schema_path
 
 context
 
 cause
 
 validator
 
 validator_value
 
 instance
 
 schema
 
 parent
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  message,
  validator = _unset,
  path = (),
  cause = None,
  context = (),
  validator_value = _unset,
  instance = _unset,
  schema = _unset,
  schema_path = (),
  parent = None 
)

Member Function Documentation

◆ __repr__()

def __repr__ (   self)

◆ __str__()

def __str__ (   self)

◆ __unicode__()

def __unicode__ (   self)

◆ absolute_path()

def absolute_path (   self)

◆ absolute_schema_path()

def absolute_schema_path (   self)

◆ create_from()

def create_from (   cls,
  other 
)

Field Documentation

◆ cause

cause

◆ context

context

◆ instance

instance

◆ message

message

◆ parent

parent

◆ path

path

◆ relative_path

relative_path

◆ relative_schema_path

relative_schema_path

◆ schema

schema

◆ schema_path

schema_path

◆ validator

validator

◆ validator_value

validator_value

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