exception documentation

class IncorrectResultCount(Exception): (source)

Known subclasses: dbxs.NotEnoughResults, dbxs.TooManyResults

View In Hierarchy

An assumption about the number of rows from a given query was violated; there were either too many or too few.