> **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.

# Blobs Errors

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

## `Blobs.BlobSizeTooLargeError`

Thrown when the blob size is too large.

## `Blobs.EmptyBlobError`

Thrown when the blob is empty.

## `Blobs.EmptyBlobVersionedHashesError`

Thrown when the blob versioned hashes are empty.

## `Blobs.InvalidVersionedHashSizeError`

Thrown when the blob versioned hash size is invalid.

## `Blobs.InvalidVersionedHashVersionError`

Thrown when the blob versioned hash version is invalid.
