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

# ScreenMembersOnBruteForceProtectionUnblockFailure

ScreenMembersOnBruteForceProtectionUnblockFailure

```ts Example theme={null}
export interface ScreenMembersOnBruteForceProtectionUnblockFailure extends ScreenMembers {
  /**
   * ブロック解除の失敗した試行のエラーの種類を含む画面固有のデータ。
   * @type {{ errorType?: string; } | null}
   */
  data: {
    /**
     * ブロック解除の試行が失敗した原因となったエラーの種類。
     * @type {string}
     */
    errorType?: string;
  } | 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="errorType">
  失敗したブロック解除の試行で発生したエラーの種類を含む、画面固有のデータです。

  #### 型宣言

  \{ `errorType`?: `string`; }

  #### errorType

  ブロック解除の試行が失敗した原因となったエラーの種類です。

  `null`
</ParamField>

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

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

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

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