enum TranscodingError.Reason (v202411)

  • TranscodingError.Reason identifies the cause for rejection of a transcode request in Google Ad Manager.

  • Reasons for rejection include pending or in-progress transcoding, invalid source creatives, and inability to copy source creatives.

  • It's part of the OrderService and impacts various services like CreativeService, CreativeSetService, etc.

  • The provided table outlines different rejection reasons with their explanations.

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.