[[["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-05-15 UTC."],[[["This documentation details `TranscodingError.Reason`, which indicates the type of transcode request rejection within Google Ad Manager."],["`TranscodingError.Reason` includes reasons like pending transcoding of source creative, invalid source creative, ongoing transcoding, or an unknown error."],["Developers can utilize these reasons to understand and handle transcoding request rejections within their Ad Manager integrations."]]],["The provided content defines `TranscodingError.Reason`, an enumeration type indicating why a transcode request was rejected. It lists four possible reasons: `CANNOT_COPY_CREATIVE_PENDING_TRANSCODE` (source not transcoded), `CANNOT_COPY_INVALID_CREATIVE` (source invalid), `TRANSCODING_IS_IN_PROGRESS` (transcoding ongoing), and `UNKNOWN` (value not exposed by API version). This type is relevant to several services, including CreativeService, CreativeSetService, ForecastService, LineItemCreativeAssociationService, LineItemService, LineItemTemplateService and OrderService.\n"]]