Skip to content

AuthorizationError

Part of Exceptions in the Python API reference.

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

Runnable examples: preflight.py.

from picogrid_ecn_client import AuthorizationError

Raised when the MQTT broker denies an operation.

class AuthorizationError(ECNClientError): ...

Source · exceptions.py

Hierarchy: ECNClientError → AuthorizationError

Version 0.2.0 · branch main