OstiumSettlementFailed
Documentation for eth_defi.erc_4626.vault_protocol.gains.deposit_redeem.OstiumSettlementFailed exception.
- exception OstiumSettlementFailed
Bases:
ExceptionRaised when an Ostium V1.5 settlement resulted in RECLAIMABLE status.
The user should call
reclaimDeposit(settlementId)orreclaimWithdraw(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.