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."],[[["The `RichMediaStudioCreativeError` object lists errors encountered when working with Studio creatives within Google Ad Manager."],["These errors can arise from various issues, including invalid creative objects, connection problems with Rich Media Studio, and incorrect settings like pushdown duration or position."],["Errors are categorized by reasons like `INVALID_CREATIVE_OBJECT` or `STUDIO_CONNECTION_ERROR`, aiding in troubleshooting and resolution."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202411`."],["Detailed information about each error is provided through fields like `fieldPath`, `trigger`, and `errorString`, offering insights into the error's context and potential solutions."]]],["The core content outlines error handling within the CreativeSetService, focusing on potential issues during creative operations. It identifies services such as CreativeService and LineItemCreativeAssociationService, and details an extensive list of inherited ApiErrors, including specific error types like AssetError, CreativeError, and QuotaError. Furthermore, it defines RichMediaStudioCreativeError with reasons like `CREATION_NOT_ALLOWED`, `STUDIO_CONNECTION_ERROR`, and `INVALID_PUSHDOWN_DURATION`. It also describes field level errors such as `fieldPath`, `fieldPathElements`, `trigger` and `errorString`.\n"]]