AI-generated Key Takeaways
-
A Google Ads-specific error includes fields like
error_code
,message
,trigger
,location
, and optionaldetails
. -
The
error_code
is an enum value identifying the specific error that occurred. -
The
message
provides a human-readable description of the error. -
The
trigger
field indicates the value that caused the error, while thelocation
describes the part of the request proto where the error originated. -
Additional
details
can 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. |