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-02-13 UTC."],[[["The AdjustmentService relates to errors encountered when managing inventory units, particularly concerning targeting and AdSense settings."],["InventoryUnitError is a core aspect, detailing reasons for issues like disallowed explicit targeting or incompatible target platforms."],["Ad units have specific restrictions, such as the inability to enable AdSense if it's disabled network-wide or the prevention of root unit deactivation."],["Detailed error information is provided through fields like `fieldPath`, `trigger`, and `errorString`, aiding in troubleshooting."],["The `reason` field within InventoryUnitError uses an enumeration to specify the nature of the inventory unit issue."]]],["The document details the `AdjustmentService` and its associated error types, particularly focusing on `InventoryUnitError`. `ApiError` is the base for a hierarchy of specific errors, including `ApiVersionError`, `AuthenticationError`, and more. `InventoryUnitError` lists reasons such as `EXPLICIT_TARGETING_NOT_ALLOWED`, `TARGET_PLATFORM_NOT_APPLICABLE`, and others, providing context for issues related to ad inventory units. Key data includes field paths, triggers, and error strings to pinpoint error causes. It also specifies enumeration. It refers to the ForecastService, InventoryService and PublisherQueryLanguageService.\n"]]