---
id: sdk.frcriskintelligenceerroreventdata
title: FRCRiskIntelligenceErrorEventData
hide_title: true
sidebar_class_name: sidebar-hidden
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[@friendlycaptcha/sdk](./sdk.md) &gt; [FRCRiskIntelligenceErrorEventData](./sdk.frcriskintelligenceerroreventdata.md)

## FRCRiskIntelligenceErrorEventData interface

Payload of the `"frc:riskintelligence.error"` event.

**Signature:**

```typescript
export interface FRCRiskIntelligenceErrorEventData 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[error](./sdk.frcriskintelligenceerroreventdata.error.md)


</td><td>


</td><td>

[RiskIntelligenceErrorData](./sdk.riskintelligenceerrordata.md)


</td><td>

The error that occurred.


</td></tr>
<tr><td>

[name](./sdk.frcriskintelligenceerroreventdata.name.md)


</td><td>


</td><td>

typeof [FRCRiskIntelligenceErrorEventName](./sdk.frcriskintelligenceerroreventname.md)


</td><td>

`"frc:riskintelligence.error"`


</td></tr>
</tbody></table>
