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

# InternalError

Error thrown when an internal error occurs.

## Extends

* `Error`

## Constructors

### Constructor

```ts theme={null}
new InternalError(message: string): InternalError;
```

Creates a new InternalError.

#### Parameters

| Parameter | Type     | Description                 |
| --------- | -------- | --------------------------- |
| `message` | `string` | The internal error message. |

#### Returns

`InternalError`

#### Overrides

```ts theme={null}
Error.constructor
```
