- Overview
- ConnectionFailureOperation
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 ConnectionFailureOperationIdentify the bounded connection phase associated with a failure.
class ConnectionFailureOperation(Enum): ...Members
Section titled “Members”| Name | Value |
|---|---|
| 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
