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 page lists common errors for the CreativeWrapperService in Google Ad Manager."],["Errors are categorized by inheritance, starting with ApiError and extending to specific error types like CommonError."],["Each error type has fields like fieldPath, trigger, and errorString to provide detailed information about the error."],["CommonError includes a reason field that explains the cause of the error, such as NOT_FOUND or ALREADY_EXISTS."],["This documentation provides a namespace for easy identification and integration within Google Ad Manager's API."]]],["The content details various services and their associated common errors within the ad manager API (v202411). It lists services like AdRuleService, AdjustmentService, and CreativeService, along with others. The core focus is on the `CommonError` type, which lists a set of common error reasons: `NOT_FOUND`, `ALREADY_EXISTS`, `NOT_APPLICABLE`, `DUPLICATE_OBJECT`, `CANNOT_UPDATE`, `UNSUPPORTED_OPERATION`, `CONCURRENT_MODIFICATION`, and `UNKNOWN`. It is a type of error used across various services. Each `ApiError` has fields such as `fieldPath`, `trigger`, and `errorString`.\n"]]