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

# MfaWebAuthnPlatformChallengeReportErrorOptions

ReportBrowserErrorOptions

```ts Example theme={null}
export interface ReportBrowserErrorOptions {
  /**
   * L'objet d'erreur reçu lors de l'échec de l'API WebAuthn (`navigator.credentials.get()`).
   * Celui-ci doit inclure au moins les propriétés `name` et `message` de la DOMException.
   * @type {WebAuthnErrorDetails}
   */
  error: WebAuthnErrorDetails;
}
```

<div id="properties">
  ## Propriétés
</div>

<ParamField body="error" type={<span><a href="/fr-CA/docs/libraries/acul/js-sdk/Screens/interfaces/WebAuthnErrorDetails">WebAuthnErrorDetails</a></span>}>
  L’objet d’erreur renvoyé par l’API WebAuthn (`navigator.credentials.get()`) à signaler.
</ParamField>
