Skip to main content
Version: v2

@friendlycaptcha/sdk > WidgetErrorData

WidgetErrorData interface

Signature:

export interface WidgetErrorData 

Properties

PropertyModifiersTypeDescription
codeWidgetErrorCodeThe 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.

title?string(Optional) Localization key, such as t_verification_failed.