AI-generated Key Takeaways
-
DaiEncodingProfileVariantSettingsError describes reasons for errors related to DAI encoding profile variant settings.
-
This enumeration includes reasons such as missing container type for certain variant types and video or audio settings being disallowed for non-media or non-iframe variant types.
-
The UNKNOWN value is returned if the actual value is not exposed by the requested API version.
Describes reasons for DaiEncodingProfileVariantSettingsError.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |