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

# InputValidationError

Error thrown when input validation fails.

## Extends

* `Error`

## Constructors

### Constructor

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

Creates a new InputValidationError.

#### Parameters

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

#### Returns

`InputValidationError`

#### Overrides

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