GoogleAdsFailure

  • This document describes the GoogleAdsFailure object, which is returned within google.rpc.Status.details when a GoogleAds API call fails.

  • The GoogleAdsFailure object contains a list of GoogleAdsError objects detailing the specific errors that occurred.

  • It also includes a unique request_id string used for debugging purposes.

Describes how a GoogleAds API call failed. It's returned inside google.rpc.Status.details when a call fails.

Fields

errors[]

GoogleAdsError

The list of errors that occurred.

request_id

string

The unique ID of the request that is used for debugging purposes.