GoogleAdsError

  • A Google Ads-specific error is described, outlining its various fields.

  • The error fields include error_code, message, trigger, location, and details.

  • error_code is an enum indicating the error type, and message provides a human-readable description.

  • trigger specifies the value causing the error, and location identifies the request part responsible.

  • details offer additional information for some error codes but are not present for most.

GoogleAds-specific error.

Fields

error_code

ErrorCode

An enum value that indicates which error occurred.

message

string

A human-readable description of the error.

trigger

Value

The value that triggered the error.

location

ErrorLocation

Describes the part of the request proto that caused the error.

details

ErrorDetails

Additional error details, which are returned by certain error codes. Most error codes do not include details.