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.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

AD_DOES_NOT_EXIST

The ad does not exist.

INVALID_AD_TYPE

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

ASSET_DOES_NOT_EXIST

The asset does not exist.

ASSET_FIELD_TYPE_DOES_NOT_MATCH

The asset field type does not match.

NOT_AN_AUTOMATICALLY_CREATED_ASSET

Not an automatically created asset.