> ## 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 - WebAuthn エラーの詳細を示す画面固有のデータ。
   * @property {string} data.errorType - WebAuthn エラーの性質を示す文字列のコードまたはメッセージ
   * （例: "NotAllowedError", "TimeoutError", "InvalidStateError"）。
   * @property {WebAuthnType} data.webauthnType - エラーが 'webauthn-roaming' または
   * 'webauthn-platform' の認証器で発生したかを示します。
   */
  data: {
    /**
     * WebAuthn エラーを説明するコードまたはメッセージ。
     */
    errorType: string;
    /**
     * 関係する WebAuthn 認証器の種類。
     */
    webauthnType: WebAuthnType;
  } | null;
}
```

<div id="properties">
  ## プロパティ
</div>

<ParamField body="captcha" type={<span><a href="/ja/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="/ja/docs/libraries/acul/js-sdk/Screens/type-aliases/WebAuthnType">WebAuthnType</a></span>}>
  #### 型宣言

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

  #### errorType

  WebAuthn エラーを示すコードまたはメッセージ。

  #### webauthnType

  対象の WebAuthn 認証器の種類。

  `null`
</ParamField>

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

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

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

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