Skip to content

Exceptions

rait_connector.exceptions

Custom exceptions for the RAIT Connector library.

RAITConnectorError

Bases: Exception

Base exception for all RAIT Connector errors.

AuthenticationError

Bases: RAITConnectorError

Raised when authentication fails.

EncryptionError

Bases: RAITConnectorError

Raised when encryption/decryption operations fail.

MetricsError

Bases: RAITConnectorError

Raised when metrics operations fail.

EvaluationError

Bases: RAITConnectorError

Raised when evaluation operations fail.

CalibrationError

Bases: RAITConnectorError

Raised when calibration operations fail.

TelemetryError

Bases: RAITConnectorError

Raised when telemetry fetch or post operations fail.

SchedulerError

Bases: RAITConnectorError

Raised when scheduler configuration or operation fails.