OBJECT

VerifyRewardedVideoEligibilityCaptchaError

Error that occurred while validating with captcha token.

link GraphQL Schema definition

1type VerifyRewardedVideoEligibilityCaptchaError {
2
3# Error code for error that occurred while validating the captcha token.
4code: VerifyRewardedVideoEligibilityCaptchaErrorCode!
5
6}