AI-generated Key Takeaways
-
GoogleAds-specific error
refers to errors that occur within the Google Ads platform. -
An error object contains fields like
error_code
,message
,trigger
,location
, anddetails
. -
Each field provides specific information about the error, such as the type of error, a description, the value that caused it, and its location in the request.
-
The
details
field provides additional information for certain error codes but is not always included.
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. |