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

# MfaWebAuthnRoamingChallengeReportErrorOptions

ReportWebAuthnErrorOptions

```ts Example theme={null}
export interface ReportWebAuthnErrorOptions {
  error: WebAuthnErrorDetails;
}
```

<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>}>
  L’objet d’erreur de l’API WebAuthn à signaler.
</ParamField>
