IButtonswapRouterErrors
Errors
Expired
Deadline was exceeded
error Expired();
InsufficientAAmount
Insufficient amount of token A available
error InsufficientAAmount();
InsufficientBAmount
Insufficient amount of token B available
error InsufficientBAmount();
NoReservoir
Neither token in the pool has the required reservoir
error NoReservoir();
NotInitialized
Pools are not initialized
error NotInitialized();
InsufficientAReservoir
Insufficient amount of token A in the reservoir
error InsufficientAReservoir();
InsufficientBReservoir
Insufficient amount of token B in the reservoir
error InsufficientBReservoir();
InsufficientOutputAmount
Insufficient tokens returned from operation
error InsufficientOutputAmount();
ExcessiveInputAmount
Required input amount exceeds specified maximum
error ExcessiveInputAmount();
InvalidPath
Invalid path provided
error InvalidPath();
MovingAveragePriceOutOfBounds
movingAveragePrice0 is out of specified bounds
error MovingAveragePriceOutOfBounds();