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."],[[["The `RequestPlatformTargetingError` relates to issues encountered when targeting specific request platforms in Google Ad Manager."],["This error type inherits from the general `ApiError` and provides details about the error, including the field path, trigger, and error string."],["`RequestPlatformTargetingError` specifically focuses on targeting discrepancies between line item types or environment types and the chosen request platforms."],["Possible reasons for this error include unsupported request platform types for the line item or environment type, indicated by the `reason` field."],["Developers should consult the `RequestPlatformTargetingError.Reason` enumeration for specific error codes and their meanings to address targeting conflicts."]]],["The core content details the `ForecastService` and its related errors within the context of ad management. It outlines several services like `LineItemService`, `OrderService`, and `YieldGroupService`, all linked to potential `RequestPlatformTargetingError`. This error type, along with various inherited `ApiError` subtypes, indicate issues related to request platform targeting. Specific errors include unsupported platform types based on line item or environment configurations, represented by the `REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_LINE_ITEM_TYPE` and `REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_ENVIRONMENT_TYPE` reasons.\n"]]