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-08-20 UTC."],[[["The Google Ad Manager API provides a CommonError object to handle frequent errors across various services."],["CommonError includes a reason field indicating the cause of the error like `NOT_FOUND`, `ALREADY_EXISTS`, `NOT_APPLICABLE`, `DUPLICATE_OBJECT`, `CANNOT_UPDATE`, `UNSUPPORTED_OPERATION`, and more."],["Developers can use the reason field to identify and handle specific error scenarios encountered while using the Ad Manager API."],["It's part of the namespace `https://www.google.com/apis/ads/publisher/v202408` and inherits from the `ApiError` object which provides additional error details."],["The `CommonError` object is crucial for troubleshooting and implementing robust error handling in Ad Manager API integrations."]]],["The document outlines various services within an ad management API, including `AdRuleService`, `AdjustmentService`, and `CreativeService`. It details common error types like `ApiError`, with fields such as `fieldPath` and `errorString`, and `CommonError`, with reasons like `NOT_FOUND`, `ALREADY_EXISTS`, `DUPLICATE_OBJECT`, and `UNKNOWN`. These errors help identify issues when interacting with the API's services, ensuring data validity and operational integrity. This set of error is under the version v202408 and all the errors inherit from `ApiError`.\n"]]