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-11-19 UTC."],[[["InventoryUnitSizesError is an error type specific to InventoryUnitSizes within the Google Ad Manager API."],["It's part of the InventoryService and inherits from ApiError, providing standard error fields like fieldPath, trigger, and errorString."],["The `reason` field provides specific details about the error, such as invalid sizes, unsupported aspect ratios, or missing video features."],["Reasons for this error can include sizes being too large or small, using aspect ratios with non-mobile ad units, or missing required video features."],["The error also covers situations with companions, master sizes, and mobile video limitations."]]],["The document details `InventoryUnitSizesError`, a specific error type within the `InventoryService` API. It inherits properties from `ApiError`, including `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. The `InventoryUnitSizesError` has a `reason` field. Enumerated reasons include `INVALID_SIZES` (size out of range), `INVALID_SIZE_FOR_PLATFORM` (aspect ratio mismatch), `VIDEO_FEATURE_MISSING` (video not enabled), `DUPLICATE_MASTER_SIZES` (video limitation), and others related to size and video environment limitations.\n"]]