AI-generated Key Takeaways
-
The content focuses on the
StatementError
object within the Google Ad Manager API. -
StatementError
occurs when there are issues parsingStatement
objects used for querying data. -
This error can arise due to unbound variables or other unknown reasons during statement processing.
-
The provided table outlines the error's properties and potential reasons for its occurrence.
-
Developers can use the
reason
field withinStatementError
to diagnose and address the specific issue.
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
|