CollectionCycleError#

exception lsst.daf.butler.CollectionCycleError#

Bases: ValueError, ButlerUserError

Raised when an operation would cause a chained collection to be a child of itself.

error_type: str = 'collection_cycle'#

Unique name for this error type, used to identify it when sending information about the error to the client.