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

# ShowErrorOptions

Options pour signaler une erreur de navigateur WebAuthn.

```ts Example theme={null}
export interface ShowErrorOptions {
  /**
   * Les détails de l'erreur WebAuthn.
   */
  error: WebAuthnErrorDetails;
  /**
   * Toute option personnalisée supplémentaire.
   */
  [key: string]: string | number | boolean | undefined | WebAuthnErrorDetails;
}
```

<h2 id="indexable">
  Indexable
</h2>

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

N’importe quelle option personnalisée supplémentaire.

<h2 id="properties">
  Propriétés
</h2>

<ParamField body="error" type={<span><a href="/docs/fr-ca/libraries/acul/js-sdk/Screens/interfaces/WebAuthnErrorDetails">WebAuthnErrorDetails</a></span>}>
  Les détails de l’erreur WebAuthn.
</ParamField>
