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."],[[["PlacementError objects define validation errors for placements in Google Ad Manager."],["These errors can be related to entity types, shared inventory assignments, or the combination of inventory sources within a placement."],["PlacementError objects provide details such as the field path, trigger, and a human-readable error string for debugging."],["They inherit properties from the ApiError class for a standardized error reporting structure."],["PlacementError includes a `reason` field that further categorizes the specific error encountered during placement operations."]]],["The document outlines the `PlacementService` and its associated error types within the Google Ad Manager API. It details the `PlacementError`, which inherits from `ApiError`. Key information includes the `ApiError` fields (`fieldPath`, `fieldPathElements`, `trigger`, `errorString`) and the specific `PlacementError` reason field with enumerations. These enumerations (`INVALID_ENTITY_TYPE`, `SHARED_INVENTORY_ASSIGNED`, `PLACEMENTS_CANNOT_INCLUDE_INVENTORY_FROM_MULTIPLE_DISTRIBUTOR_NETWORKS`, `PLACEMENTS_CANNOT_INCLUDE_BOTH_LOCAL_AND_SHARED_INVENTORY`, `UNKNOWN`) define various validation failures related to placements.\n"]]