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."],[[["CreativeSetError outlines errors encountered when working with creative sets in Google Ad Manager."],["These errors can involve issues like feature requirements, creative restrictions, and advertiser inconsistencies."],["The `reason` field provides specific details about the error using an enum."],["Some common error reasons include missing features, incompatible creative types, or issues with master creatives."],["Refer to the provided documentation for the comprehensive list of CreativeSetError reasons and their descriptions."]]],["The content details error handling and service interactions within an API, specifically for creative management. It defines `CreativeService`, `CreativeSetService`, and `LineItemCreativeAssociationService`. The `ApiError` class is the base, with many subclasses like `AuthenticationError`, `CreativeError`, and `QuotaError` representing specific issues. `CreativeSetError` contains error reasons like `VIDEO_FEATURE_REQUIRED` or `INVALID_ADVERTISER`. Fields within `ApiError` include `fieldPath`, `trigger`, and `errorString` to describe the error.\n"]]