ENUM

VerifyRewardedVideoEligibilityCaptchaErrorCode

Error types for captcha verification.

link GraphQL Schema definition

1enum VerifyRewardedVideoEligibilityCaptchaErrorCode {
2
3# The input provided by the user was rejected.
4INVALID_PARAMETER
5
6# The service had an issue unrelated to your input.
7INTERNAL_ERROR
8}