OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, error_codes=(), missing_fields=(), *args, **kwargs) |
def | __str__ (self) |
Data Fields | |
invariant_errors | |
missing_fields | |
Exception raised from a :py:class:`CheckedType` when invariant tests fail or when a mandatory field is missing. Contains two fields of interest: invariant_errors, a tuple of error data for the failing invariants missing_fields, a tuple of strings specifying the missing names
def __init__ | ( | self, | |
error_codes = () , |
|||
missing_fields = () , |
|||
* | args, | ||
** | kwargs | ||
) |
def __str__ | ( | self | ) |
invariant_errors |
missing_fields |