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."],[[["AdjustmentService handles forecast adjustments and inherits from ApiError."],["InventoryUnitSizesError is a specific error related to ad unit sizes, indicating issues like invalid dimensions, platform incompatibility, or missing features."],["The error includes details such as field path, trigger, error string, and a specific reason for the InventoryUnitSizesError."],["InventoryUnitSizesError reasons can range from incorrect size specifications to feature mismatches for video or mobile ad units."],["Detailed information about each reason is available in the provided documentation."]]],["The `AdjustmentService` manages various errors, including `InventoryUnitSizesError`, which is detailed in the provided text. This specific error type occurs when inventory unit sizes are invalid. Possible reasons include: `INVALID_SIZES`, `INVALID_SIZE_FOR_PLATFORM`, `VIDEO_FEATURE_MISSING`, `VIDEO_MOBILE_LINE_ITEM_FEATURE_MISSING`, `INVALID_SIZE_FOR_MASTER`, `INVALID_SIZE_FOR_COMPANION`, `DUPLICATE_MASTER_SIZES`, `ASPECT_RATIO_NOT_SUPPORTED`, and `VIDEO_COMPANIONS_NOT_SUPPORTED`, or `UNKNOWN`. The `ApiError` fields such as `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` provide details about the error's origin and context.\n"]]