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-08-20 UTC."],[[["RichMediaStudioCreativeError lists all errors associated with Studio creatives."],["This error is under the namespace `https://www.google.com/apis/ads/publisher/v202408`."],["Only Studio can create a RichMediaStudioCreative, as indicated by the `CREATION_NOT_ALLOWED` reason."],["A variety of reasons for these errors are provided such as invalid creative objects, Studio connection errors, and invalid code generation requests."],["The error contains fields including fieldPath, trigger, and a reason represented by a RichMediaStudioCreativeError.Reason enum."]]],["The core content outlines error handling for creative services, specifically focusing on `RichMediaStudioCreativeError`. It details error inheritance from `ApiError` and lists numerous specific error types, like `AssetError`, `CreativeError`, `QuotaError`, and others. `RichMediaStudioCreativeError` enumerations include reasons such as `CREATION_NOT_ALLOWED`, `INVALID_CODE_GENERATION_REQUEST`, `STUDIO_CONNECTION_ERROR`, and other errors related to push down duration, position or z-index. The content also defines the fields for `ApiError` including `fieldPath`, `trigger`, and `errorString`.\n"]]