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-11-19 UTC."],[[["This webpage lists various services available in the Ad Manager API v202411, including AdRuleService, AdjustmentService, and many others related to ad management, targeting, and reporting."],["It provides detailed information on `CommonError`, a class used to handle errors across multiple services, defining its properties like `fieldPath`, `trigger`, and `reason` with a link for further exploration."],["The `CommonError` class defines a set of error reasons via enumeration, such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`, which are used to specify the cause of an error."],["The webpage includes an `ApiError` class, which can be inherited, outlining essential properties like `fieldPath` and `errorString` for identifying and describing the details of specific errors encountered during API interactions."],["The content covers several error types derived from `CommonError` such as `ApiVersionError`, `AssetError`, `AuthenticationError`, and many others, each representing distinct potential issues."]]],[]]