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."],[[["The `CreativeTemplateService.ApiError` object provides details about errors during service requests in Google Ad Manager."],["It includes information like the field path causing the error, data triggering the error, and an error description."],["The `fieldPath` and `fieldPathElements` help pinpoint the problematic data element in the request."],["`trigger` shows the specific data responsible for the error while `errorString` provides a human-readable error summary."],["The error belongs to the `https://www.google.com/apis/ads/publisher/v202405` namespace."]]],["The content outlines various services within an ad management API, including AdRule, Adjustment, AudienceSegment, and more, totaling over 40 services. It details the dependencies and inheritance related to `ApiError`, a base class providing error details during service requests. `ApiError` includes fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to specify the location, cause, and description of errors. Each service is associated with specific errors such as ApiVersionError and AuthenticationError.\n"]]