ErrorCode#

class lsst.ts.cbp.ErrorCode(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: IntEnum

Error codes published by the CBP CSC.

CONNECTION_FAILED#

Connection to the controller failed or was lost.

Type:

int

TELEMETRY_LOOP_FAILED#

Telemetry publishing failed.

Type:

int

PANICKED#

The controller reported a panic condition.

Type:

int

MONITOR_LOOP_FAILED#

Monitor loop failure while reading hardware telemetry.

Type:

int

REPLY_FAILED#

Controller reply could not be parsed or was not received.

Type:

int

Attributes Summary

Attributes Documentation

CONNECTION_FAILED = 1#
MONITOR_LOOP_FAILED = 4#
PANICKED = 3#
REPLY_FAILED = 5#
TELEMETRY_LOOP_FAILED = 2#