> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/errortimer.md).

# errorTimer

## Details

**Attribute:** `error-timer`

**Type:** `number`

**Default value:** `8`

## Morphology

```typescript
selphi.errorTimer = 8;
```

## Description

Duration in seconds that `facephi-selphi-widget` keeps a terminal error screen visible before automatically closing it.

***

## Example

```jsx
<facephi-selphi-widget
    errorTimer={5}
/>
```
