AI-generated Key Takeaways
-
TranscodingError.Reason is an enumeration that describes why a transcode request might be rejected.
-
Reasons for rejection include attempting to copy creatives that are pending transcode or are invalid, the creative still being processed, or an unknown error.
-
The enumeration is part of the
https://www.google.com/apis/ads/publisher/v202508namespace and is associated with several services like CreativeService and OrderService.
The type of transcode request rejection.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
| 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. |