[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["`TranscodingError.Reason` identifies the cause of transcode request rejections within Google Ad Manager's services."],["Reasons for transcode failures include source creative issues like pending or invalid transcodes, ongoing transcoding processes, or unknown issues."],["This information is crucial for troubleshooting creative delivery within various Ad Manager services, like CreativeSetService, ForecastService, and LineItemService."],["Developers can leverage this enumeration to understand and handle transcoding errors programmatically."]]],["The core content details the `TranscodingError.Reason` enumeration, which explains why a transcode request might be rejected. Reasons include `CANNOT_COPY_CREATIVE_PENDING_TRANSCODE` (source creative not transcoded), `CANNOT_COPY_INVALID_CREATIVE` (source creative invalid), `TRANSCODING_IS_IN_PROGRESS` (transcoding in process, try later), and `UNKNOWN` (value not exposed by the API version). This error enumeration is used in multiple services like `CreativeService`, `ForecastService`, `LineItemCreativeAssociationService`, `LineItemService`, `LineItemTemplateService`, and `OrderService`.\n"]]