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."],[[["InventoryUnitSizesError is an error that occurs when there are issues with the sizes defined for an inventory unit within Google Ad Manager."],["It inherits from ApiError, providing details like field path, trigger, and error message."],["The error reasons encompass various size-related issues, including invalid size dimensions, platform compatibility, video feature support, and master/companion size restrictions."],["Reasons for this error can also include duplication of master sizes, lack of aspect ratio support, or network limitations on video companions."],["The provided table outlines the error's namespace, inheritance, and fields, along with an enumeration of potential reasons for its occurrence."]]],["The document details errors within the `InventoryService`, specifically `InventoryUnitSizesError`. This service manages ad unit sizes and related issues. Key actions include identifying errors via the `ApiError` inheritance. `InventoryUnitSizesError` outlines various reasons for errors, such as `INVALID_SIZES`, `VIDEO_FEATURE_MISSING`, or `DUPLICATE_MASTER_SIZES`. Fields like `fieldPath`, `trigger`, and `errorString` specify the error's cause. Enumerations provide specific error reasons, including issues with size dimensions, video features, and aspect ratios.\n"]]