OstiumSettlementFailed

Documentation for eth_defi.erc_4626.vault_protocol.gains.deposit_redeem.OstiumSettlementFailed exception.

exception OstiumSettlementFailed

Bases: Exception

Raised when an Ostium V1.5 settlement resulted in RECLAIMABLE status.

The user should call reclaimDeposit(settlementId) or reclaimWithdraw(settlementId) to recover their funds.

__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.