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."],[[["`RichMediaStudioCreativeError` is an error type associated with Studio creatives, indicating issues like invalid creative objects, connection problems, or disallowed pushdown durations."],["This error is part of the CreativeService within the Google Ad Manager API and has a namespace of `https://www.google.com/apis/ads/publisher/v202411`."],["It inherits from `ApiError`, providing details about the error's location and cause using `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`."],["The `reason` field, an enum of type `RichMediaStudioCreativeError.Reason`, pinpoints the specific reason for the error, offering more context for troubleshooting."],["Reasons for `RichMediaStudioCreativeError` can include issues like invalid creative objects or parameters, problems connecting to Rich Media Studio, and disallowed pushdown durations or positioning."]]],["The `CreativeService` API manages creative assets and handles various errors. It encompasses `CreativeSetService` and `LineItemCreativeAssociationService`. Key actions involve managing creative assets and addressing errors related to API versions, authentication, file operations, and creative-specific issues. `RichMediaStudioCreativeError` specifically addresses errors like invalid requests, creative objects, connection issues, and invalid parameters. `ApiError` details field paths, triggers, and error strings, aiding in identifying error causes within operations.\n"]]