BpsSubprocessError

exception lsst.ctrl.bps.BpsSubprocessError(errno: int, strerror: str)

Exception raised when the subprocess spawned by BPS fails.

Parameters:
errnoint

A numeric error code returned by the command executed in the spawned subprocess.

strerrorstr

Message with the details about the error that occurred.