> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev.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;
}
```

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

<ParamField body="captcha" type={<span><a href="/docs/ja-jp/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">
  ブロック解除の試行が失敗した際のエラータイプを含む、画面固有のデータ。

  <h4 id="type-declaration">
    型宣言
  </h4>

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

  <h4 id="errortype">
    errorType
  </h4>

  ブロック解除の試行が失敗する原因となったエラーのタイプ。

  `null`
</ParamField>

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

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

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

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