GoogleAdsError
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["The GoogleAds-specific error object provides information about the error that occurred, including an error code, message, trigger, location, and details."],["`error_code` uses an enum to indicate the specific error encountered, while `message` gives a human-readable explanation."],["`trigger` pinpoints the value causing the error, and `location` identifies the problematic part of the request."],["`details` may offer further information depending on the specific error, though most errors don't include this field."]]],[]]