- Overview
- AuthorizationError
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 AuthorizationErrorRaised when the MQTT broker denies an operation.
class AuthorizationError(ECNClientError): ...Hierarchy: ECNClientError → AuthorizationError
Version 0.2.0 · branch main
