> 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/selphid-documentos/propiedades/errortimer.md).

# errorTimer

## Details

**Attribute:** `error-timer`

**Type:** `number`

**Accepted values:** Greater than `0`

**Default value:** `8`

## Morphology

```typescript
selphid.errorTimer = 8;
```

## Description

Seconds that `facephi-selphid-widget` shows a terminal error screen before continuing or closing the Flow.

***

## Example

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