BpsSubprocessError#
- exception lsst.ctrl.bps.BpsSubprocessError(errno: int, strerror: str)#
Bases:
BpsErrorException raised when the subprocess spawned by BPS fails.
Parameters#
- errno
int A numeric error code returned by the command executed in the spawned subprocess.
- strerror
str Message with the details about the error that occurred.
- errno