ParquetVerificationError

Documentation for eth_defi.vault.base.ParquetVerificationError exception.

exception ParquetVerificationError

Bases: Exception

Raised when a parquet file fails post-write verification.

This is a hard failure — the operator must investigate and restore from backup. Never catch and swallow this exception.

__init__(*args, **kwargs)
__new__(**kwargs)
add_note(note, /)

Add a note to the exception

with_traceback(tb, /)

Set self.__traceback__ to tb and return self.