> ## 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 {
  /**
   * El objeto de error recibido del fallo de la API de WebAuthn (`navigator.credentials.get()`).
   * Debe incluir al menos las propiedades `name` y `message` del DOMException.
   * @type {WebAuthnErrorDetails}
   */
  error: WebAuthnErrorDetails;
}
```

<div id="properties">
  ## Propiedades
</div>

<ParamField body="error" type={<span><a href="/es/docs/libraries/acul/js-sdk/Screens/interfaces/WebAuthnErrorDetails">WebAuthnErrorDetails</a></span>}>
  El objeto de error de la API de WebAuthn (`navigator.credentials.get()`) que se debe notificar.
</ParamField>
