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."],[[["CreativeSetError encompasses errors related to creative sets and their subclasses within the Google Ad Manager API."],["This error is part of the `https://www.google.com/apis/ads/publisher/v202408` namespace."],["CreativeSetError objects include fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` inherited from ApiError, along with a specific `reason` field."],["The `reason` field provides further detail about the error, with possible values like `VIDEO_FEATURE_REQUIRED`, `CANNOT_CREATE_OR_UPDATE_VIDEO_CREATIVES`, and others outlined in the documentation."],["These errors help developers identify and address issues related to creating and managing creative sets within their Ad Manager accounts."]]],["The document details errors associated with the `CreativeSetService` in the Ad Manager API. Key services include `CreativeService`, `CreativeSetService`, and `LineItemCreativeAssociationService`. The content outlines the inheritance of `ApiError` and lists specific error types like `AssetError`, `CreativeError`, `QuotaError`, and `RequiredError`, among others. `CreativeSetError`'s specific error reasons are enumerated, including `VIDEO_FEATURE_REQUIRED`, `INVALID_ADVERTISER`, and `MASTER_CREATIVE_CANNOT_BE_COMPANION`, with descriptions of each. It also lists information about the `ApiError`, such as its fields and their types.\n"]]