AI-generated Key Takeaways
-
This documentation details the
StatementError
object within the AudienceSegmentService of the Google Ad Manager API. -
StatementError
objects are returned when there is an issue parsingStatement
objects used in Ad Manager API requests. -
This error commonly arises from issues like a bind variable not being bound to a value during statement processing.
-
The provided table outlines the fields associated with
StatementError
and its inheritedApiError
for detailed error analysis. -
The
reason
field provides a specific error code (e.g.,VARIABLE_NOT_BOUND_TO_VALUE
) to pinpoint the cause of the parsing failure.
An error that occurs while parsing Statement objects.
- 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. |
StatementError
|
|
|
The error reason represented by an enum. Enumerations
|