Skip to content

ClockProtocolError

Part of Exceptions in the Python API reference.

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

Runnable examples: preflight.py.

from picogrid_ecn_client import ClockProtocolError

An NTP response or local timing measurement was unusable.

class ClockProtocolError(ClockError): ...

Source · exceptions.py

Hierarchy: ECNClientError → ClockError → ClockProtocolError

Version 0.2.0 · branch main