Skip to content

AuthenticationError

Part of Exceptions in the Python API reference.

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

Runnable examples: preflight.py.

from picogrid_ecn_client import AuthenticationError

Raised when MQTT credentials cannot be resolved or accepted.

class AuthenticationError(ECNClientError): ...

Source · exceptions.py

Hierarchy: ECNClientError → AuthenticationError

Version 0.2.0 · branch main