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

# InvalidWalletSecretFormatError

Defined in: [errors.ts:40](https://github.com/coinbase/cdp-sdk/blob/a1195adcfa5a93627bd3cb79831b188cc13073a1/typescript/packages/cdp-sdk/src/auth/errors.ts#L40)

An error for invalid Wallet Secret format.

## Extends

* `BaseError`

## Constructors

### Constructor

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

Defined in: [errors.ts:46](https://github.com/coinbase/cdp-sdk/blob/a1195adcfa5a93627bd3cb79831b188cc13073a1/typescript/packages/cdp-sdk/src/auth/errors.ts#L46)

Invalid Wallet Secret format error constructor.

#### Parameters

##### message

`string`

The message to display.

#### Returns

`InvalidWalletSecretFormatError`

#### Overrides

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