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