PolicyValidationParameterError
Enum describing possible policy validation parameter errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
UNSUPPORTED_AD_TYPE_FOR_IGNORABLE_POLICY_TOPICS
|
Ignorable policy topics are not supported for the ad type. |
UNSUPPORTED_AD_TYPE_FOR_EXEMPT_POLICY_VIOLATION_KEYS
|
Exempt policy violation keys are not supported for the ad type. |
CANNOT_SET_BOTH_IGNORABLE_POLICY_TOPICS_AND_EXEMPT_POLICY_VIOLATION_KEYS
|
Cannot set ignorable policy topics and exempt policy violation keys in the same policy violation parameter. |
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.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum describes potential errors encountered when validating policy parameters."],["Errors can indicate unsupported ad types for certain policy features or conflicts in parameter settings."],["`UNSPECIFIED` and `UNKNOWN` values represent general or unrecognized errors."],["`UNSUPPORTED_AD_TYPE_FOR_IGNORABLE_POLICY_TOPICS` and `UNSUPPORTED_AD_TYPE_FOR_EXEMPT_POLICY_VIOLATION_KEYS` signal incompatibility between the ad type and specific policy features."],["`CANNOT_SET_BOTH_IGNORABLE_POLICY_TOPICS_AND_EXEMPT_POLICY_VIOLATION_KEYS` highlights that certain policy settings are mutually exclusive and cannot be used together."]]],[]]