Skip to main content
Version: v2

@friendlycaptcha/sdk > RiskIntelligenceErrorData

RiskIntelligenceErrorData interface

Error data returned by a failed Risk Intelligence request.

Signature:

export interface RiskIntelligenceErrorData 

Properties

Property

Modifiers

Type

Description

code

RiskIntelligenceErrorCode

The error code.

detail

string

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.