<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@friendlycaptcha/sdk](./sdk.md) &gt; [FRCWidgetWidgetErrorEvent](./sdk.frcwidgetwidgeterrorevent.md)

## FRCWidgetWidgetErrorEvent type

Event that gets dispatched when something goes wrong in the widget.

**Signature:**

```typescript
export type FRCWidgetWidgetErrorEvent = CustomEvent<FRCWidgetErrorEventData>;
```
**References:** [FRCWidgetErrorEventData](./sdk.frcwidgeterroreventdata.md)

