PolicyValidationParameterError

  • Policy validation parameters can have several types of errors, including unspecified or unknown issues.

  • Errors can occur if the ad type is not supported for ignorable policy topics or exempt policy violation keys.

  • It is not allowed to set both ignorable policy topics and exempt policy violation keys simultaneously.

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.