# Hex Types

## `Hex.Hex`

Root type for a Hex string.

**Source:** [src/core/Hex.ts](https://github.com/wevm/ox/blob/main/src/core/Hex.ts#L16)

## `Hex.IntegerOutOfRangeError`

Re-exported from `internal/codec/int.ts`.

**Source:** [src/core/Hex.ts](https://github.com/wevm/ox/blob/main/src/core/Hex.ts#L843)

## `Hex.InvalidHexValueError`

Re-exported from `internal/codec/hex.ts`.

**Source:** [src/core/Hex.ts](https://github.com/wevm/ox/blob/main/src/core/Hex.ts#L902)

## `Hex.InvalidLengthError`

Re-exported from `internal/codec/hex.ts`.

**Source:** [src/core/Hex.ts](https://github.com/wevm/ox/blob/main/src/core/Hex.ts#L913)
