6.9.12.3 errors.DataError Exception
This exception is raised when there were problems with the data.
Examples are a column set to NULL
that cannot
be NULL
, out-of-range values for a column,
division by zero, column count does not match value count, and
so on.
errors.DataError
is a subclass of
errors.DatabaseError
.