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 outlines common errors encountered when using Google Ad Manager services."],["The errors are categorized by the specific service they relate to, such as AdRuleService, AdjustmentService, and others."],["Each error type includes a `reason` field providing details about the cause, such as `NOT_FOUND`, `ALREADY_EXISTS`, etc."],["A detailed inheritance structure shows the relationship between different error types, like `ApiError` and `CommonError`."],["Developers can use this information to understand and troubleshoot errors in their Ad Manager integrations."]]],["The content details various services and their associated common errors within an ad management API, version 202405. It lists services like `AdRuleService`, `AdjustmentService`, `AudienceSegmentService`, and others, providing links to their respective error documentation. The `CommonError` section specifies error reasons such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNKNOWN`. Additionally, it defines fields like `fieldPath`, `trigger`, and `errorString` within the `ApiError`, including its parsing with FieldPathElement.\n"]]