enum DaiEncodingProfileVariantSettingsError.Reason (v202508)

  • DaiEncodingProfileVariantSettingsError describes the reasons for errors related to DAI encoding profile variant settings.

  • This enumeration is part of the https://www.google.com/apis/ads/publisher/v202508 namespace.

  • Specific error types include requirements for container type with certain variants and restrictions on video/audio settings to media or iframe variants.

  • UNKNOWN is used when the actual error value is not exposed by the requested API version.

Describes reasons for DaiEncodingProfileVariantSettingsError.


Namespace
https://www.google.com/apis/ads/publisher/v202508
Enumeration Description
CONTAINER_TYPE_REQUIRED Container type is required for a MEDIA or IFRAME variant.
VIDEO_SETTINGS_NOT_ALLOWED Video settings are only allowed for MEDIA or IFRAME variant types.
AUDIO_SETTINGS_NOT_ALLOWED Audio settings are only allowed for MEDIA or IFRAME variant types.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.