# OauthFailedError | @account-kit/signer

> This error is thrown when an error occurs during the OAuth login flow.

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

This error is thrown when an error occurs during the OAuth login flow.

## Extends

- `BaseError`

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

  </tbody>
</table>