> ## 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 {
  /**
   * Datos específicos de la pantalla que contienen el tipo de error del intento de desbloqueo fallido.
   * @type {{ errorType?: string; } | null}
   */
  data: {
    /**
     * El tipo de error que causó el fallo en el intento de desbloqueo.
     * @type {string}
     */
    errorType?: string;
  } | null;
}
```

<div id="properties">
  ## Propiedades
</div>

<ParamField body="captcha" type={<span><a href="/es/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">
  Datos específicos de la pantalla que contienen el tipo de error del intento de desbloqueo fallido.

  #### Declaración de tipo

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

  #### errorType

  El tipo de error que hizo que fallara el intento de desbloqueo.

  `null`
</ParamField>

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

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

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

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