AI-generated Key Takeaways
-
This page documents the
StatementError
object in the Google Ad Manager API. -
StatementError
occurs when there's an issue parsingStatement
objects used in Ad Manager API requests. -
This error might arise due to unbound bind variables, indicated by the
reason
field. -
The
StatementError
object provides details like field path, trigger, and error string for troubleshooting. -
It inherits properties from the
ApiError
object for additional context.
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
|