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, occurring when there are issues with the size configuration of ad units."],["This error can arise due to invalid sizes, platform incompatibility, missing video features, or other size-related constraints."],["The `reason` field provides more specific information about the nature of the error."],["It inherits from ApiError which offers additional error details such as the field path, trigger, and error string."],["The InventoryUnitSizesError is part of the Google Ad Manager API and is associated with the SuggestedAdUnitService."]]],["The core content outlines errors related to ad unit sizes within the Ad Manager API, specifically under the `InventoryUnitSizesError`. This error type, which inherits from `ApiError`, is triggered by issues like invalid, duplicate, or unsupported sizes. Key fields include `fieldPath`, `trigger`, and `errorString`. Enumerated reasons for this error are provided, detailing specific problems such as `INVALID_SIZES`, `VIDEO_FEATURE_MISSING`, `DUPLICATE_MASTER_SIZES`, and `ASPECT_RATIO_NOT_SUPPORTED`, as well as others. The supported namespace is also listed.\n"]]