AI-generated Key Takeaways
-
TranscodingError.Reason defines the different reasons why a transcode request might be rejected within the Ad Manager API.
-
Possible reasons for rejection include attempting to copy a creative that is not yet transcoded, trying to copy an invalid creative, or when the creative is still in the process of being transcoded.
-
The
UNKNOWNvalue is returned when the actual rejection reason is not available for the requested API version.
The type of transcode request rejection.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
| Enumeration | Description |
|---|---|
CANNOT_COPY_CREATIVE_PENDING_TRANSCODE
|
The request to copy the creative(s) was rejected because the source is not transcoded. |
CANNOT_COPY_INVALID_CREATIVE
|
The request to copy the creative(s) was rejected because the source is invalid. |
TRANSCODING_IS_IN_PROGRESS
|
The creative is still being transcoded or processed. Please try again later. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |