> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://v3.viem.sh/api/mcp` to find what you need.

# BlobCells Errors

:::info
`BlobCells` is a re-export of ox's [`BlobCells`](https://oxlib.sh/api/BlobCells/errors). Refer to the ox documentation for the full reference.
:::

## `BlobCells.InsufficientCellsError`

Thrown when fewer than [`BlobCells.cellsPerExtBlob`](/docs/utilities/blobcells)/2 cells are passed to [`BlobCells.recover`](/docs/utilities/blobcells/recover).

## `BlobCells.MismatchedLengthsError`

Thrown when two parallel input arrays have different lengths.
