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

# ScreenMembersOnMfaWebAuthnError

ScreenMembersOnMfaWebAuthnError

```ts Example theme={null}
export interface ScreenMembersOnMfaWebAuthnError extends ScreenMembers {
  /**
   * @property {object | null} data - Données propres à l'écran détaillant l'erreur WebAuthn.
   * @property {string} data.errorType - Un code ou message décrivant la nature de l'erreur WebAuthn
   * (p. ex., "NotAllowedError", "TimeoutError", "InvalidStateError").
   * @property {WebAuthnType} data.webauthnType - Indique si l'erreur s'est produite avec un authentificateur 'webauthn-roaming'
   * ou 'webauthn-platform'.
   */
  data: {
    /**
     * Un code ou message décrivant l'erreur WebAuthn.
     */
    errorType: string;
    /**
     * Le type d'authentificateur WebAuthn impliqué.
     */
    webauthnType: WebAuthnType;
  } | null;
}
```

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

<ParamField body="captcha" type={<span><a href="/fr-CA/docs/libraries/acul/js-sdk/Screens/interfaces/CaptchaContext">CaptchaContext</a></span>} />

<ParamField body="captchaImage" type="string" />

<ParamField body="captchaProvider" type="string" />

<ParamField body="captchaSiteKey" type="string" />

<ParamField body="data" type={<span><a href="/fr-CA/docs/libraries/acul/js-sdk/Screens/type-aliases/WebAuthnType">WebAuthnType</a></span>}>
  #### Déclaration de type

  \{ `errorType`: `string`; `webauthnType`: [`WebAuthnType`](/fr-CA/docs/libraries/acul/js-sdk/Screens/type-aliases/WebAuthnType); }

  #### errorType

  Un code ou un message décrivant l’erreur WebAuthn.

  #### webauthnType

  Le type d’authentificateur WebAuthn impliqué.

  `null`
</ParamField>

<ParamField body="isCaptchaAvailable" type="boolean" />

<ParamField body="links" type="Record" />

<ParamField body="name" type="string" />

<ParamField body="texts" type="Record" />
