A parsed copy of the field path. For example, the field path "operations[1].operand"
corresponds to this list: {FieldPathElement(field = "operations", index = 1),
FieldPathElement(field = "operand", index = null)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
[[["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-11-19 UTC."],[[["This documentation outlines the `TranscodingError` object in Google Ad Manager's API."],["`TranscodingError` is a specific type of error related to video and audio transcoding within the system."],["The `reason` field provides further details about the specific transcoding issue encountered, which can include reasons like pending transcoding or an invalid source creative."],["This error is part of the `LineItemService` and inherits from the `ApiError` object, allowing it to provide detailed information about the error context."],["Developers should use this information to handle transcoding errors gracefully and provide informative feedback to users."]]],["The document outlines service interactions and error handling within an API, focusing on `LineItemService` and related functions. Key services include `CreativeService`, `CreativeSetService`, `ForecastService`, and `OrderService`. `TranscodingError` is a specific error type related to video/audio processing. This error can occur for reasons such as pending transcodes, invalid creatives, or ongoing transcoding processes, each represented by `TranscodingError.Reason` values: `CANNOT_COPY_CREATIVE_PENDING_TRANSCODE`, `CANNOT_COPY_INVALID_CREATIVE`, `TRANSCODING_IS_IN_PROGRESS`, or `UNKNOWN`. An `ApiError` has fields to explain the cause of the error.\n"]]