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

> TypeScript response type from the HoneyHive API

The standard error response shape the HoneyHive API returns for all non-2xx
responses.

## Properties

### errorCode

> **errorCode**: `string`

***

### message

> **message**: `string`

***

### statusCode

> **statusCode**: `number`

***

### success

> **success**: `boolean`


## Related topics

- [ErrorResponse](/v2/sdk-reference/typescript/ref/classes/ErrorResponse.md)
- [ApiError](/v2/sdk-reference/typescript/ref/classes/ApiError.md)
- [Migrate from @honeyhive/logger](/v2/sdk-reference/typescript-logger-to-api-sdk-migration.md)
