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

PropertyModifiersTypeDescription
codeRiskIntelligenceErrorCodeThe error code.
detailstring

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.