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-02-13 UTC."],[[["The `TranscodingError` relates to issues encountered during video and audio transcoding within Google Ad Manager."],["This error is a subclass of `ApiError`, inheriting properties like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` for detailed error identification."],["`TranscodingError` includes a `reason` field specifying the cause, such as pending transcoding or an invalid source creative."],["Common reasons for this error are attempts to copy creatives that are pending transcoding or are invalid."],["Creatives undergoing transcoding may trigger this error; it's recommended to retry later in such cases."]]],["The content details the `CreativeService` and related services within the ad manager API, focusing on errors and the process of transcoding. Key services include `CreativeSetService`, `ForecastService`, `LineItemCreativeAssociationService`, `LineItemService`, `LineItemTemplateService`, and `OrderService`. `ApiError` is the root of numerous specific error types, including `TranscodingError`, which covers issues like pending or in-progress transcoding and invalid creatives. It defines `TranscodingError` reasons like `CANNOT_COPY_CREATIVE_PENDING_TRANSCODE` and `TRANSCODING_IS_IN_PROGRESS`. It also include a namespace and the field of the `ApiError` and `TranscodingError`.\n"]]