ButlerUserError#

exception lsst.daf.butler.ButlerUserError(detail: str)#

Bases: Exception

Base class for Butler exceptions that contain a user-facing error message.

Parameters#

detailstr

Details about the error that occurred.

error_type: str#

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