- Overview
- TransportBoundaryError
TransportBoundaryError
Part of Exceptions in the Python API reference.
Related guidance: reference/exceptions, how-to/troubleshooting.
Runnable examples: preflight.py.
from picogrid_ecn_client import TransportBoundaryErrorRaised when an endpoint leaves its attested reviewed-network boundary.
class TransportBoundaryError(ConnectionError): ...Hierarchy: ECNClientError → ConnectionError → TransportBoundaryError
Version 0.2.0 · branch main
