Skip to content

ValidationError

Part of Exceptions in the Python API reference.

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

Runnable examples: preflight.py.

from picogrid_ecn_client import ValidationError

Raised when caller input or decoded public model data is invalid.

class ValidationError(ECNClientError): ...

Source · exceptions.py

Hierarchy: ECNClientError → ValidationError

Version 0.2.0 · branch main