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."],[[["The AdjustmentService handles errors related to forecast adjustments and inventory units in Google Ad Manager."],["InventoryUnitError, a key aspect of this service, indicates issues like disallowed explicit targeting or incompatible target platforms."],["These errors inherit properties from ApiError for detailed debugging, including field path, trigger data, and error messages."],["Specific InventoryUnitError reasons are outlined, such as limitations on explicitly targeted AdUnits and AdSense activation restrictions."],["Developers can use the InventoryUnitError.Reason enumeration to identify the specific cause of the error and implement appropriate solutions."]]],["The document details the `AdjustmentService` and its associated error types, inheriting from `ApiError`. It includes specific error categories like `ApiVersionError`, `AuthenticationError`, and `ForecastError`, among others. The `InventoryUnitError` is also defined, listing reasons such as `EXPLICIT_TARGETING_NOT_ALLOWED`, `TARGET_PLATFORM_NOT_APPLICABLE`, `ADSENSE_CANNOT_BE_ENABLED`, and `ROOT_UNIT_CANNOT_BE_DEACTIVATED`. `ApiError` contains fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. The `InventoryUnitError` contains the field `reason`.\n"]]