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 `CustomFieldValueError` is an error specific to editing custom field values."],["This error occurs within the namespace `https://www.google.com/apis/ads/publisher/v202411`."],["`CustomFieldValueError` inherits from the `ApiError` type, which provides general error information."],["It includes a `reason` field that explains the cause of the error, such as a missing or inactive custom field."],["Several reasons for the `CustomFieldValueError` are detailed, including `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `CUSTOM_FIELD_OPTION_NOT_FOUND`, `INVALID_ENTITY_TYPE`, and `UNKNOWN`."]]],["This content details services and error handling within an ad management API, specifically version v202411. Key services include Company, Creative, Forecast, LineItem, Order, Proposal, and User services. Error management centers around `ApiError` and its numerous inherited types, including `CustomFieldValueError`. This error type addresses issues when editing custom field values, such as `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `CUSTOM_FIELD_OPTION_NOT_FOUND`, `INVALID_ENTITY_TYPE` and `UNKNOWN`. Each `ApiError` describes an error with information that is inherited and used to fix the error.\n"]]