AI-generated Key Takeaways
-
The content details the
CustomFieldValueError
in the Google Ad Manager API, specifically for version v202508. -
This error is related to issues encountered when editing custom field values.
-
It can be inherited from
ApiError
and has specific reasons likeCUSTOM_FIELD_NOT_FOUND
,CUSTOM_FIELD_INACTIVE
,CUSTOM_FIELD_OPTION_NOT_FOUND
, andINVALID_ENTITY_TYPE
. -
The
CustomFieldValueError
includes fields such asfieldPath
,fieldPathElements
,trigger
, anderrorString
for identifying the cause of the error.
Errors specific to editing custom field values
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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
|