MissingCollectionError#
- exception lsst.daf.butler.MissingCollectionError(detail: str)#
Bases:
CollectionError,ButlerUserErrorException raised when an operation attempts to use a collection that does not exist.
- error_type: str = 'missing_collection'#
Unique name for this error type, used to identify it when sending information about the error to the client.