# InvalidAggregatedSignatureError | @account-kit/smart-contracts

> Error thrown when the aggregated signature is invalid

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

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

Defined in: [account-kit/smart-contracts/src/msca/errors.ts:6](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/errors.ts#L6)

Error thrown when the aggregated signature is invalid

## Extends

- `BaseError`

## Constructors

### Constructor

```ts
new InvalidAggregatedSignatureError(): InvalidAggregatedSignatureError;
```

Defined in: [account-kit/smart-contracts/src/msca/errors.ts:8](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/errors.ts#L8)

#### Returns

`InvalidAggregatedSignatureError`

#### Overrides

```ts
BaseError.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>
        `"InvalidAggregatedSignatureError"`
      </td>
    </tr>

  </tbody>
</table>