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."],[[["This documentation page provides information about common errors that can occur across various Google Ad Manager services."],["These errors, represented by the `CommonError` object, inherit from the `ApiError` object."],["`CommonError` objects contain a `reason` field that provides a specific reason for the error, such as `NOT_FOUND`, `ALREADY_EXISTS`, or `CONCURRENT_MODIFICATION`."],["Detailed information about each error reason and its meaning is included in the table on the page."],["Developers can use this information to troubleshoot and resolve issues encountered when interacting with the Google Ad Manager API."]]],["This document outlines various services within an ad management API, including `AdRuleService`, `AdjustmentService`, and `CreativeService`, among others. It details the `ApiError` inheritance structure, which includes specific errors like `AuthenticationError` and `QuotaError`. The `CommonError` section provides standardized error reasons such as `NOT_FOUND`, `ALREADY_EXISTS`, and `CONCURRENT_MODIFICATION` with details like `fieldPath` and `trigger` for debugging. It contains specific field path information like `FieldPathElement`.\n"]]