AI-generated Key Takeaways
-
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/v202508namespace. -
Specific error types include requirements for container type with certain variants and restrictions on video/audio settings to media or iframe variants.
-
UNKNOWNis 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. |