Skip to content

NotReadyError

Part of Exceptions in the Python API reference.

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

Runnable examples: preflight.py.

from picogrid_ecn_client import NotReadyError

Raised when an operation requires a ready, open client or service.

class NotReadyError(ECNClientError): ...

Source · exceptions.py

Hierarchy: ECNClientError → NotReadyError

Version 0.2.0 · branch main