Errors::ErrorLocation::FieldPathElement doesnt contain index anymore #199
Labels
bug
Something isn't working
difficulty: medium
Intermediate difficulty; some experience with codebase may be helpful
Using
3.2.0
, it seems there is a regression within the data I retrieve on errors.It was possible to get the index of the errored operations before yet this field is now
nil
see<Google::Ads::GoogleAds::V2::Errors::ErrorLocation::FieldPathElement: field_name: "name", index: nil>]>
and full object below.If ever it is relevant, it happens after a mutation where I use
partial_failure: true, validate_only: true
.Is it a known issue?
Thanks
The text was updated successfully, but these errors were encountered: