> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LinkAuthError

```ts theme={null}
function LinkAuthError(props: HTMLAttributes<HTMLDivElement>): null | Element;
```

A component for displaying an error banner in the LinkAuth component.

## Parameters

| Parameter | Type                                | Description                                |
| --------- | ----------------------------------- | ------------------------------------------ |
| `props`   | `HTMLAttributes`\<`HTMLDivElement`> | The props for the LinkAuthError component. |

## Returns

`null` | `Element`

The LinkAuthError component.
