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-05-15 UTC."],[[["This documentation details the `RichMediaStudioCreativeError` object within the Google Ad Manager API."],["`RichMediaStudioCreativeError` encompasses a range of errors specifically related to Studio creatives, including creation restrictions, invalid creative objects, and connection issues."],["The `reason` field, represented by the `RichMediaStudioCreativeError.Reason` enum, provides specific details about the encountered error."],["It outlines the namespace and describes the fields and enumerations associated with this error type, assisting developers in understanding and handling these specific errors."]]],["The document details error types for `CreativeService`, `CreativeSetService`, and `LineItemCreativeAssociation`, under the `ApiError` inheritance. These errors, such as `AuthenticationError`, `CreativeError`, and `InternalApiError`, cover issues like invalid data, API versions, and permissions. Specific to `RichMediaStudioCreativeError`, errors include `CREATION_NOT_ALLOWED`, `STUDIO_CONNECTION_ERROR`, and `INVALID_POSITION`. Each error has properties like `fieldPath`, `trigger`, and a detailed `errorString`. It has the reason for the errors like `INVALID_CODE_GENERATION_REQUEST`.\n"]]