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."],[[["CustomFieldValueError occurs when there are issues with custom field values during editing."],["This error can be triggered by various reasons, such as an invalid custom field, inactive custom field, or an incorrect entity type association."],["The error provides details like the field path, trigger data, and a specific reason code for easier debugging."],["It inherits properties from ApiError, offering further context about the error."],["CustomFieldValueError is part of the Google Ad Manager API and falls under the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["The content details various services and their associated errors within an API framework. Key services include `CompanyService`, `CreativeService`, `ForecastService`, `OrderService`, `ProposalService`, and `UserService`. The `CustomFieldValueError` highlights errors related to custom field modifications, such as `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, and `INVALID_ENTITY_TYPE`. The `ApiError` details error handling, with `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` providing context for specific error instances. It all operates under a namespace at `https://www.google.com/apis/ads/publisher/v202402`.\n"]]