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 AdjustmentService relates to inventory unit errors within the Ad Manager API."],["InventoryUnitError objects detail issues encountered with AdUnits, such as explicit targeting restrictions or platform incompatibility."],["The provided table outlines the error fields including `fieldPath`, `trigger`, and `errorString`, alongside a dedicated `reason` field specific to inventory unit issues."],["Specific error reasons are enumerated, including restrictions on explicit targeting, target platform applicability, and AdSense activation."],["This service is part of the Ad Manager API and uses a specific namespace for interaction."]]],["The content outlines the `AdjustmentService` and its associated error types, detailing error inheritance from `ApiError`. Specific error types include `ApiVersionError`, `AuthenticationError`, and various targeting and service-related errors. It focuses on `InventoryUnitError`, listing its possible `reasons`: `EXPLICIT_TARGETING_NOT_ALLOWED`, `TARGET_PLATFORM_NOT_APPLICABLE`, `ADSENSE_CANNOT_BE_ENABLED`, `ROOT_UNIT_CANNOT_BE_DEACTIVATED`, and `UNKNOWN`. The document is listing generic errors related to `AdUnit` objects, as well as `ApiError` fields: `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`.\n"]]