Skip to content

ClockToleranceError

Part of Exceptions in the Python API reference.

Related guidance: reference/exceptions, how-to/troubleshooting.

Runnable examples: preflight.py.

from picogrid_ecn_client import ClockToleranceError

A valid measurement exceeded a caller-selected absolute offset.

class ClockToleranceError(ClockError): ...

Source · exceptions.py

Hierarchy: ECNClientError → ClockError → ClockToleranceError

Record the measurement that exceeded the caller’s tolerance.

def __init__(report: ClockReport) -> None
NameTypeDefaultDescription
reportClockReportCompleted measurement whose absolute offset plus local capture uncertainty exceeded max_offset_seconds.

Source · exceptions.py

Measurement that failed the tolerance check.

report

Source · exceptions.py

Version 0.2.0 · branch main