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

# ErrorResponse

> Inspect the ErrorResponse TypeScript type to read structured error payloads, status codes, and messages returned by failed HoneyHive API calls.

The standard error response shape returned by the server's error handler
for all non-2xx responses.

## Properties

### errorCode

> **errorCode**: `string`

***

### message

> **message**: `string`

***

### statusCode

> **statusCode**: `number`

***

### success

> **success**: `boolean`
