# MultisigMissingSignatureError | @account-kit/smart-contracts

> Error thrown when a multisig user op is missing a signature

> 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:36](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/errors.ts#L36)

Error thrown when a multisig user op is missing a signature

## Extends

- `BaseError`

## Constructors

### Constructor

```ts
new MultisigMissingSignatureError(): MultisigMissingSignatureError;
```

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

#### Returns

`MultisigMissingSignatureError`

#### 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>
        `"MultisigMissingSignatureError"`
      </td>
    </tr>

  </tbody>
</table>