enum TranscodingError.Reason (v202508)

  • TranscodingError.Reason describes the different reasons why a transcode request might be rejected.

  • Possible reasons for rejection include attempting to copy a creative that is pending or invalid, or if the creative is still being transcoded.

  • The value UNKNOWN is returned if the actual reason is not exposed by the requested API version.

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.