Skip to content

ConfigurationError

Part of Exceptions in the Python API reference.

Related guidance: reference/exceptions, how-to/troubleshooting.

Runnable examples: preflight.py.

from picogrid_ecn_client import ConfigurationError

Raised when client configuration or profile input is invalid.

class ConfigurationError(ECNClientError): ...

Source · exceptions.py

Hierarchy: ECNClientError → ConfigurationError

Version 0.2.0 · branch main