ButlerUserError#
- exception lsst.daf.butler.ButlerUserError(detail: str)#
Bases:
ExceptionBase class for Butler exceptions that contain a user-facing error message.
Parameters#
- detail
str 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.
- detail