ESlippageExceeded
Title: ESlippageExceeded
Interface for the SlippageExceeded error
Errors
SlippageExceeded
Error thrown when the output of a redeem operation is below the minimum specified
error SlippageExceeded(uint256 reserveAmount, uint256 minReserveAssetOut);
Parameters
| Name | Type | Description |
|---|---|---|
reserveAmount | uint256 | The actual reserve amount that would be received |
minReserveAssetOut | uint256 | The minimum reserve amount required |