Bases: Exception
Exception for when the reconciliation process fails.
Source code in mkdocs/lakehouse_engine/packages/algorithms/exceptions.py
| class ReconciliationFailedException(Exception):
"""Exception for when the reconciliation process fails."""
pass
|