- Overview
- ConnectionError
ConnectionError
Part of Exceptions in the Python API reference.
Related guidance: reference/exceptions, how-to/troubleshooting.
Runnable examples: preflight.py.
from picogrid_ecn_client import ConnectionErrorRaised when an MQTT connection or transport operation fails.
class ConnectionError(ECNClientError): ...Hierarchy: ECNClientError → ConnectionError
Version 0.2.0 · branch main
