AI-generated Key Takeaways
-
This documentation details the
CustomFieldValueError
for the LineItemTemplateService in Google Ad Manager. -
This error occurs when there are issues with custom field values, such as an invalid entity type or a missing custom field option.
-
CustomFieldValueError
inherits fromApiError
and provides specific reasons for the error through thereason
field. -
The
reason
field helps pinpoint the cause of the error, including inactive custom fields or attempts to modify values for non-existent fields. -
Developers can use the information provided to troubleshoot and resolve issues related to custom field values in their Ad Manager integrations.
Errors specific to editing custom field values
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
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)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
CustomFieldValueError
|
|
|
The error reason represented by an enum. Enumerations
|