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."],[[["This page documents the `CommonError` object used across Google Ad Manager services."],["`CommonError` is a base error type inherited by other, more specific error types within the Ad Manager API."],["It includes fields such as `reason`, `fieldPath`, and `errorString` for identifying the cause and nature of the errors."],["The `reason` field provides an enumerated value explaining the general cause of the error, like `NOT_FOUND` or `ALREADY_EXISTS`."],["Developers can use this information to understand and troubleshoot errors encountered when interacting with the Ad Manager API."]]],["This document outlines various services within an ad management system, including Activity, AdRule, Adjustment, AudienceSegment, and many others. It details the `CdnConfigurationService` and its associated errors, such as `ApiVersionError`, `AuthenticationError`, and `CommonError`. The `CommonError` includes reasons like `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, `UNSUPPORTED_OPERATION`, and `UNKNOWN`. There is also the description for the `ApiError` that includes fields like `fieldPath`, `fieldPathElements`, `trigger` and `errorString`.\n"]]