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-10-12 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-10-12 UTC."],[[["GoogleAds-specific errors are identified by an error code, message, and sometimes a trigger value."],["Error details may include the location in the request that caused the error and additional context-specific information."],["Developers can use the `error_code` to programmatically handle errors and the `message` for human-readable understanding."],["The `trigger` and `location` fields can assist in identifying the source of the error within the request."]]],[]]