| 6000 | zeroAmount | Input amount is zero |
| 6001 | zeroReserve | A reserve is zero |
| 6002 | zeroDiv | Division by zero |
| 6003 | invalidFee | Fee bps is out of range (must be < FEE_DENOMINATOR) |
| 6004 | overflow | Arithmetic overflow |
| 6005 | underflow | Arithmetic underflow |
| 6006 | insufficientOutput | Computed output rounded to zero |
| 6007 | insufficientLiquidity | Pool cannot satisfy the request |
| 6008 | poolLocked | Pool is locked |
| 6009 | slippageExceeded | Slippage tolerance exceeded |
| 6010 | unauthorized | Signer does not match Config.authority |
| 6011 | authorityRenounced | Authority has been renounced; pool is immutable |