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."],[[["CreativeSetError is an error relating to creative sets and subclasses."],["CreativeSetError objects contain information about the error, such as the field path, trigger, and reason."],["Reasons for CreativeSetError include issues with creative types, advertisers, and features like video or roadblocking."],["CreativeSetError inherits from ApiError and shares common error fields."],["The namespace for CreativeSetError is `https://www.google.com/apis/ads/publisher/v202411`."]]],["The document details `CreativeSetError` within the `CreativeService` and `CreativeSetService`. It outlines a hierarchical structure of errors, inheriting from `ApiError`, and lists various specific error types like `AssetError`, `AuthenticationError`, and `InternalApiError`. Key fields of `ApiError` include `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `CreativeSetError` includes a `reason` field, with enum values like `VIDEO_FEATURE_REQUIRED`, `INVALID_ADVERTISER`, and `UNKNOWN`, and explains specific constrains for creatives.\n"]]