> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# HoneyHiveError

> Error class thrown by the HoneyHive TypeScript SDK

HoneyHiveError is a base class for all errors thrown by the HoneyHive control
plane client.

This error is never thrown directly, but is useful for determining if an
error is from the client with `err instanceof HoneyHiveError`

## Extends

* `Error`

## Extended by

* [`ApiError`](/v2/control-plane-sdk-reference/typescript/ref/classes/ApiError)
* [`NetworkError`](/v2/control-plane-sdk-reference/typescript/ref/classes/NetworkError)
