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

# ShowErrorOptions

Options for submitting a WebAuthn browser error.

```ts Example theme={null}
export interface ShowErrorOptions {
  /**
   * The details of the WebAuthn error.
   */
  error: WebAuthnErrorDetails;
  /**
   * Any additional custom options.
   */
  [key: string]: string | number | boolean | undefined | WebAuthnErrorDetails;
}
```

## Indexable

\[`key`: `string`]: `string` | `number` | `boolean` | [`WebAuthnErrorDetails`](/docs/libraries/acul/js-sdk/Screens/interfaces/WebAuthnErrorDetails) | `undefined`

Any additional custom options.

## Properties

<ParamField body="error" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/interfaces/WebAuthnErrorDetails">WebAuthnErrorDetails</a></span>}>
  The details of the WebAuthn error.
</ParamField>
