# NotAuthenticatedError | @account-kit/signer

> Overview of the NotAuthenticatedError class from @account-kit/signer

> 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/signer/src/errors.ts:3](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/signer/src/errors.ts#L3)

## Extends

- `BaseError`

## Constructors

### Constructor

```ts
new NotAuthenticatedError(): NotAuthenticatedError;
```

Defined in: [account-kit/signer/src/errors.ts:5](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/signer/src/errors.ts#L5)

#### Returns

`NotAuthenticatedError`

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

  </tbody>
</table>