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-05-15 UTC."],[[["InventoryUnitSizesError is an error type specifically related to the sizes of inventory units in Google Ad Manager."],["This error can occur due to various reasons, including invalid size dimensions, unsupported aspect ratios, or missing features like video support."],["The error provides details about the specific reason for the issue, such as `INVALID_SIZES`, `VIDEO_FEATURE_MISSING`, or `DUPLICATE_MASTER_SIZES`, aiding in troubleshooting."],["It inherits from the `ApiError` type, offering additional context like field path and error string for debugging purposes."],["Developers should consult the provided documentation for a complete list of error reasons and their descriptions to effectively handle InventoryUnitSizesErrors."]]],["The provided content outlines errors within the Ad Manager API, specifically for `InventoryService`. It details the `InventoryUnitSizesError`, which inherits from `ApiError`. This error type addresses issues related to ad unit sizes, including `INVALID_SIZES`, `INVALID_SIZE_FOR_PLATFORM`, `VIDEO_FEATURE_MISSING`, `INVALID_SIZE_FOR_MASTER`, among others. The error object also includes fields like `fieldPath`, `trigger`, and `errorString` to help pinpoint the error's source. The document details several fields within ApiError and InventoryUnitSizesError.\n"]]