BlockscapeErrors
Errors
ErrorVaultState
The vault is in the wrong state
error ErrorVaultState(bool _isOpen);
NotEnoughRPLStake
more RPL stake has to be done in order to open vault
error NotEnoughRPLStake();
IncorrectDepositValueSent
Deposit value needs to align with RP poolsizes as specified in curETHlimit
error IncorrectDepositValueSent();
AlreadyPreparingForWithdrawal
The vault is already preparing for withdrawal
error AlreadyPreparingForWithdrawal();
WithdrawalTimelockNotReached
The withdrawal has a timelock which is not yet reached
error WithdrawalTimelockNotReached(uint256 unlockTimestamp);
YouDontOwnThisNft
user does not own the NFT
error YouDontOwnThisNft(uint256 _tokenID);