AI-generated Key Takeaways
-
The content provides a list of various services available, each linked to its respective documentation page for StatementError.Reason in v202508 of the Google Ad Manager API.
-
StatementError.Reason is a dependency that includes enumeration values for
VARIABLE_NOT_BOUND_TO_VALUE
andUNKNOWN
. -
The enumeration
VARIABLE_NOT_BOUND_TO_VALUE
signifies a bind variable that has not been assigned a value. -
The
UNKNOWN
enumeration indicates that the actual value is not accessible through the requested API version.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
VARIABLE_NOT_BOUND_TO_VALUE
|
A bind variable has not been bound to a value. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |