Skip to content

ConnectionFailureOperation

Part of Diagnostics & preflight in the Python API reference.

Related guidance: getting-started/preflight, how-to/troubleshooting.

Runnable examples: preflight.py.

from picogrid_ecn_client import ConnectionFailureOperation

Identify the bounded connection phase associated with a failure.

class ConnectionFailureOperation(Enum): ...

Source · models/common.py

NameValue
CONFIGURE‘configure’
RESOLVE_CREDENTIALS‘resolve_credentials’
DNS‘dns’
TCP‘tcp’
TLS‘tls’
CONNECT‘connect’
RESTORE_SUBSCRIPTION‘restore_subscription’
RECEIVE‘receive’

Version 0.2.0 · branch main