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."],[[["`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 is further categorized by specific reasons, represented by the `reason` field."],["Only Studio has the permission to create a `RichMediaStudioCreative`, attempting to do so otherwise will result in a `CREATION_NOT_ALLOWED` error."],["The `reason` field provides further details about the specific error, such as invalid code generation requests, connection errors with Rich Media Studio, or problems with creative attributes like position, Z-index, or pushdown duration."]]],["The core content outlines error handling within the `CreativeService` and related services, specifically focusing on `RichMediaStudioCreativeError`. It details the inheritance structure of `ApiError` and lists numerous specific error types, including `AuthenticationError`, `CreativeError`, and `InternalApiError`. `RichMediaStudioCreativeError` has enumerated reasons, like `CREATION_NOT_ALLOWED`, `STUDIO_CONNECTION_ERROR`, and `INVALID_PUSHDOWN_DURATION`, representing specific problems encountered with Studio creatives. It also details the namespace and the field specifications for the listed error.\n"]]