BpsSubprocessError#

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

Bases: BpsError

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.