Skip to content

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 ResourceLimitError

Raised when a configured local or broker resource limit is exceeded.

class ResourceLimitError(ECNClientError): ...

Source · exceptions.py

Hierarchy: ECNClientError → ResourceLimitError

Version 0.2.0 · branch main