<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@friendlycaptcha/sdk](./sdk.md) &gt; [RiskIntelligenceErrorData](./sdk.riskintelligenceerrordata.md)

## RiskIntelligenceErrorData interface

Error data returned by a failed Risk Intelligence request.

**Signature:**

```typescript
export interface RiskIntelligenceErrorData 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[code](./sdk.riskintelligenceerrordata.code.md)


</td><td>


</td><td>

[RiskIntelligenceErrorCode](./sdk.riskintelligenceerrorcode.md)


</td><td>

The error code.


</td></tr>
<tr><td>

[detail](./sdk.riskintelligenceerrordata.detail.md)


</td><td>


</td><td>

string


</td><td>

More details about the error to help debugging. This value is not localized and will change between versions.

You can print this to the console, but make sure not to depend on it in your code.


</td></tr>
</tbody></table>

