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-08-20 UTC."],[[["`CrossSellError` objects represent errors encountered during cross-selling operations in Google Ad Manager."],["These errors can arise from various issues, such as invalid partner configurations, missing features, or violations of distributor rules."],["Reasons for these errors are categorized within the `CrossSellError.Reason` enum, providing specific details about the encountered issue."],["Companies involved in cross-selling must adhere to specific requirements, including partner type and network configurations."],["Distributor rules play a crucial role in cross-selling, and violations can result in either errors or warnings, which can be managed using specific settings."]]],["The content details services and error handling within an ad management system. Key services include Company, Forecast, Inventory, LineItem, LineItemTemplate, and Order services. The system employs an inheritance model for errors, with `ApiError` as the base, extending to numerous specific error types like `AuthenticationError`, `CreativeError`, and `InternalApiError`. The `CrossSellError` type is specifically for cross-selling errors, with enums for reasons such as `COMPANY_IS_NOT_DISTRIBUTION_PARTNER` or `INVALID_CONTENT_PROVIDER_NETWORK`, and details on specific cross-sell issues.\n"]]