# ValidationConfigUnsetError

> Error class for when a validation config is unset.

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

Defined in: [packages/smart-accounts/src/errors/permissionBuilderErrors.ts:121](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/errors/permissionBuilderErrors.ts#L121)

Error class for when a validation config is unset.

## Extends

- [`PermissionBuilderError`](PermissionBuilderError)

## Constructors

### Constructor

```ts
new ValidationConfigUnsetError(): ValidationConfigUnsetError;
```

Defined in: [packages/smart-accounts/src/errors/permissionBuilderErrors.ts:127](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/errors/permissionBuilderErrors.ts#L127)

Constructor for initializing an error message indicating the validation config is unset.

#### Returns

`ValidationConfigUnsetError`

#### Overrides

```ts
PermissionBuilderError.constructor;
```

## Properties

<table>
  <thead>
    <tr>
      <th align="left">Property</th>
      <th align="left">Type</th>
      <th align="left">Default value</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="name" /> `name`
      </td>

      <td>
        `string`
      </td>

      <td>
        `"PermissionBuilder: ValidationConfigUnsetError"`
      </td>
    </tr>

  </tbody>
</table>