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."],[[["This documentation details the `CreativeSetError` object within the Google Ad Manager API."],["`CreativeSetError` is a subclass of `ApiError` and is used to represent errors related to creative sets."],["Several reasons for a `CreativeSetError` are listed, including video feature requirements, roadblocking limitations, and restrictions on master creatives."],["The `CreativeSetError` object contains fields such as `reason`, `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to provide information about the error."],["Developers should refer to this documentation to understand and handle potential `CreativeSetError` instances that may arise when working with creative sets in the Ad Manager API."]]],["The content outlines error types and their details within the Ad Manager API, specifically for `CreativeService`, `CreativeSetService`, and `LineItemCreativeAssociation`. It lists numerous error classes, all inheriting from `ApiError`, including issues like `CreativeSetError`, `AuthenticationError`, and `QuotaError`. `CreativeSetError` details errors like `VIDEO_FEATURE_REQUIRED` and `MASTER_CREATIVE_CANNOT_BE_COMPANION`. Fields for each Error include the `fieldPath`, `trigger` and `errorString`.\n"]]