Skip to content

ProtocolError

Part of Exceptions in the Python API reference.

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

Runnable examples: preflight.py.

from picogrid_ecn_client import ProtocolError

Raised when received MQTT payloads violate the public protocol.

class ProtocolError(ECNClientError): ...

Source · exceptions.py

Hierarchy: ECNClientError → ProtocolError

Version 0.2.0 · branch main