Skip to content

preflight

Part of Reusable workflows in the Python API reference.

Related guidance: shipped-tooling.

Runnable examples: preflight.py.

from picogrid_ecn_client.workflows import preflight

Run the public, read-only ECN preflight checks.

async def preflight(client: ECNClient) -> PreflightResult
NameTypeDefaultDescription
clientECNClientConfigured SDK client to diagnose.
TypeDescription
PreflightResultThe typed preflight report result.
ExceptionDescription
ECNClientErrorIf a connectivity or authorization check cannot complete.

Source · workflows/diagnostics.py

Version 0.2.0 · branch main