> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# ScreenMembersOnBruteForceProtectionUnblockFailure

ScreenMembersOnBruteForceProtectionUnblockFailure

```ts Example theme={null}
export interface ScreenMembersOnBruteForceProtectionUnblockFailure extends ScreenMembers {
  /**
   * Screen-specific data containing the error type from the failed unblock attempt.
   * @type {{ errorType?: string; } | null}
   */
  data: {
    /**
     * The type of error that caused the unblock attempt to fail.
     * @type {string}
     */
    errorType?: string;
  } | null;
}
```

## Properties

<ParamField body="captcha" type={<span><a href="/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">
  Screen-specific data containing the error type from the failed unblock attempt.

  #### Type Declaration

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

  #### errorType

  The type of error that caused the unblock attempt to fail.

  `null`
</ParamField>

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

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

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

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