When I try to create a keyword plan ad group via the GoogleAdsService v10 API (with the Java SDK 17.0.1) I get a non-saying error message. What am I doing wrong?
mutate_operation_responses {
keyword_plan_ad_group_result {
}
}
partial_failure_error {
code: 3
message: "The error code is not in this version., at mutate_operations[0].keyword_plan_ad_group_operation"
details {
type_url: "
type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure"
value: "\np\n\002\b\001\022&The error code is not in this version.\032\006*\004ENUM\":\022\025\n\021mutate_operations\030\000\022!\n\037keyword_plan_ad_group_operation"
}
}