> ## 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.

# ResetPasswordMfaWebAuthnPlatformChallengeReportErrorOptions

ReportBrowserErrorOptions

```ts Example theme={null}
export interface ReportBrowserErrorOptions {
  /**
   * L'objet d'erreur provenant de l'API WebAuthn. Il s'agit généralement d'une `DOMException`.
   * Le SDK attend un objet comportant au moins les propriétés `name` et `message`.
   * @type {WebAuthnErrorDetails}
   * @example { name: "NotAllowedError", message: "The operation was cancelled by the user." }
   */
  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>}>
  Objet d’erreur de l’API WebAuthn (`navigator.credentials.get()`)
  à signaler. Doit inclure `name` et `message`.
</ParamField>
