AI-generated Key Takeaways
-
This documentation details the
CustomFieldValueError
for the Proposal service in Google Ad Manager API. -
CustomFieldValueError
occurs when there are issues with custom field values, such as referencing a non-existent or inactive custom field. -
It's a subclass of
ApiError
and includes specific reasons for the error via thereason
field. -
The reasons include scenarios like using an invalid custom field, referencing a missing option, or having an incorrect entity association.
-
This error's namespace is
https://www.google.com/apis/ads/publisher/v202411
.
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
|