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 type specific to ad unit sizes within the Google Ad Manager API."],["It inherits from the general ApiError class, providing details like field path and error messages."],["The `reason` field further clarifies the specific issue with the inventory unit sizes, offering various reasons like invalid size, platform incompatibility, missing video features, etc."],["This error commonly occurs in the AdjustmentService, InventoryService, and SuggestedAdUnitService."]]],["The core content outlines errors within the `SuggestedAdUnitService`, specifically under `InventoryUnitSizesError`. This service manages ad unit sizes, and the `InventoryUnitSizesError` details issues like invalid, duplicate, or unsupported sizes. Enumerated reasons include `INVALID_SIZES`, `INVALID_SIZE_FOR_PLATFORM`, `VIDEO_FEATURE_MISSING`, and others, specifying constraints for different environments and features. Additionally, the `ApiError` contains properties such as `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` for a general description of the errors.\n"]]