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 in Google Ad Manager related to editing custom field values."],["It occurs when there are issues with the custom field itself, such as it not existing, being inactive, or having an invalid option selected."],["This error can also arise if you try to associate a custom field value with the wrong entity type."],["The `CustomFieldValueError` inherits properties from the general `ApiError` object for identifying the error's cause."],["Specific reasons for the `CustomFieldValueError` are provided in the `reason` field, offering further insight into the issue."]]],["The content details services, including CompanyService, CreativeService, ForecastService, and others, alongside associated errors. Key information includes the `CustomFieldValueError`, which addresses errors when editing custom field values. This error type is associated with various issues like missing or inactive custom fields/options and incorrect entity types. It inherits from `ApiError`, containing fields such as `fieldPath`, `trigger`, and `errorString` to identify the origin and nature of errors. Custom field errors include: CUSTOM_FIELD_NOT_FOUND, CUSTOM_FIELD_INACTIVE, CUSTOM_FIELD_OPTION_NOT_FOUND, INVALID_ENTITY_TYPE, UNKNOWN.\n"]]