# EarnShares Errors

## `EarnShares.InvalidExpectedOutputError`

Error thrown when an expected output is not positive.

**Source:** [src/tempo/EarnShares.ts](https://github.com/wevm/ox/blob/main/src/tempo/EarnShares.ts#L236)

## `EarnShares.InvalidSlippageError`

Error thrown when a slippage tolerance is not an integer from `0` through `9_999`.

**Source:** [src/tempo/EarnShares.ts](https://github.com/wevm/ox/blob/main/src/tempo/EarnShares.ts#L236)
