AI-generated Key Takeaways
-
CustomFieldValueError occurs when there are issues with custom field values during editing.
-
This error can arise from various reasons, such as referencing a non-existent, inactive, or mismatched custom field or option.
-
It could also be triggered by attempting to associate a value with an entity of an incorrect type.
-
The error provides detailed information including the field path, trigger data, error string, and specific reason for the error.
-
CustomFieldValueError is part of the Google Ad Manager API and inherits from the ApiError class.
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
|