AI-generated Key Takeaways
-
A Google Ads-specific error includes fields like
error_code,message,trigger,location, and optionaldetails. -
The
error_codeis an enum value identifying the specific error that occurred. -
The
messageprovides a human-readable description of the error. -
The
triggerfield indicates the value that caused the error, while thelocationdescribes the part of the request proto where the error originated. -
Additional
detailscan be included for certain error codes, providing more specific information.
GoogleAds-specific error.
| Fields | |
|---|---|
|
An enum value that indicates which error occurred. |
|
A human-readable description of the error. |
|
The value that triggered the error. |
|
Describes the part of the request proto that caused the error. |
|
Additional error details, which are returned by certain error codes. Most error codes do not include details. |