- Overview
- preflight
preflight
Part of Reusable workflows in the Python API reference.
Related guidance: shipped-tooling.
Runnable examples: preflight.py.
from picogrid_ecn_client.workflows import preflightRun the public, read-only ECN preflight checks.
async def preflight(client: ECNClient) -> PreflightResultParameters
Section titled “Parameters”| Name | Type | Default | Description |
|---|---|---|---|
| client | ECNClient | — | Configured SDK client to diagnose. |
Returns
Section titled “Returns”| Type | Description |
|---|---|
| PreflightResult | The typed preflight report result. |
Raises
Section titled “Raises”| Exception | Description |
|---|---|
| ECNClientError | If a connectivity or authorization check cannot complete. |
Version 0.2.0 · branch main
