AI-generated Key Takeaways
-
The content provides information on the
StatementError
class within theCreativeWrapperService
. -
StatementError
is an error that occurs when parsing Statement objects. -
It includes inherited fields from
ApiError
such asfieldPath
,fieldPathElements
,trigger
, anderrorString
. -
The
StatementError
class specifically has areason
field which indicates the cause of the error using an enum. -
Possible reasons for a
StatementError
includeVARIABLE_NOT_BOUND_TO_VALUE
andUNKNOWN
.
An error that occurs while parsing Statement objects.
- 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. |
StatementError
|
|
|
The error reason represented by an enum. Enumerations
|