Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ResourceAccessDeniedError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible resource access denied errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
WRITE_ACCESS_DENIED
|
User did not have write access. |
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."],[[["This enum outlines the potential errors encountered when access to a resource is denied."],["It includes general errors (`UNSPECIFIED`, `UNKNOWN`) and a specific error for write access denial (`WRITE_ACCESS_DENIED`)."]]],["The content defines an enumeration of resource access denial errors. It specifies three possible error states: `UNSPECIFIED`, representing an undefined error; `UNKNOWN`, indicating an error code not recognized by the current version; and `WRITE_ACCESS_DENIED`, signaling that the user lacked the necessary write permissions. These enums provide a structured way to represent different types of access denial issues.\n"]]