AI-generated Key Takeaways
-
A Google Ads-specific error is described, outlining its various fields.
-
The error fields include
error_code
,message
,trigger
,location
, anddetails
. -
error_code
is an enum indicating the error type, andmessage
provides a human-readable description. -
trigger
specifies the value causing the error, andlocation
identifies the request part responsible. -
details
offer additional information for some error codes but are not present for most.
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. |