# Tick Errors

## `Tick.InvalidPriceFormatError`

Error thrown when a price string has an invalid format.

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

## `Tick.PriceOutOfBoundsError`

Error thrown when a price string results in an out-of-bounds tick.

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

## `Tick.TickOutOfBoundsError`

Error thrown when a tick value is out of the allowed bounds.

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