- Overview
- ResourceLimitError
ResourceLimitError
Part of Exceptions in the Python API reference.
Related guidance: reference/exceptions, how-to/troubleshooting.
Runnable examples: preflight.py.
from picogrid_ecn_client import ResourceLimitErrorRaised when a configured local or broker resource limit is exceeded.
class ResourceLimitError(ECNClientError): ...Hierarchy: ECNClientError → ResourceLimitError
Version 0.2.0 · branch main
