AutomaticallyCreatedAssetRemovalError

  • Describes errors that can occur when removing automatically created assets.

  • Provides specific error types for non-existent ads or assets, unsupported ad types, and mismatched asset field types.

  • Includes error codes for unspecified and unknown errors.

Enum describing possible automatically created asset removal errors.

Proto definition

Enums

AD_DOES_NOT_EXIST

The ad does not exist.

ASSET_DOES_NOT_EXIST

The asset does not exist.

ASSET_FIELD_TYPE_DOES_NOT_MATCH

The asset field type does not match.

INVALID_AD_TYPE

Ad type is not supported. Only Responsive Search Ad type is supported.

NOT_AN_AUTOMATICALLY_CREATED_ASSET

Not an automatically created asset.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.