EmptyQueryResultError#

exception lsst.daf.butler.EmptyQueryResultError(reasons: list[str])#

Bases: Exception

Exception raised when query methods return an empty result and explain flag is set.

Parameters#

reasonslist [str]

List of possible reasons for an empty query result.