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."],[[["`CustomFieldValueError` occurs when there are issues with custom field values during operations within the ProposalLineItemService."],["This error can arise from various reasons, including referencing a non-existent, inactive, or mismatched custom field or option."],["It can also be triggered by attempting to associate a custom field value with an incompatible entity type."],["The `CustomFieldValueError` object provides details like the error reason, field path, and trigger data to aid in troubleshooting."],["This error is part of the broader Google Ad Manager API error hierarchy, inheriting from the base `ApiError` type."]]],["This content details the `CustomFieldValueError` within the context of various services in an ad management API, specifically version 202405. It outlines errors related to manipulating custom field values across services like `CompanyService`, `CreativeService`, `ProposalLineItemService`, and others. The error types include `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `CUSTOM_FIELD_OPTION_NOT_FOUND`, `INVALID_ENTITY_TYPE`, and `UNKNOWN`. It also defines the structure of `ApiError` and inheritance details for custom field value manipulation.\n"]]