Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
PolicyFindingError
Enum describing possible policy finding errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
POLICY_FINDING
|
The resource has been disapproved since the policy summary includes policy topics of type PROHIBITED. |
POLICY_TOPIC_NOT_FOUND
|
The given policy topic does not exist. |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum describes potential errors encountered during policy findings."],["Errors can indicate an unspecified issue, an unknown error code, a policy violation leading to resource disapproval, or a non-existent policy topic."]]],["The document defines an enum for policy finding errors. Possible error types include `UNSPECIFIED` and `UNKNOWN`, indicating an undefined or unrecognized error. `POLICY_FINDING` signifies a resource disapproval due to prohibited policy topics. Lastly, `POLICY_TOPIC_NOT_FOUND` indicates that a specified policy topic does not exist within the system. These are the potential errors that may appear during the process.\n"]]