enum StatementError.Reason (v202411)

  • This documentation details the StatementError.Reason enumeration, which provides reasons for errors encountered in Google Ad Manager API statements.

  • The StatementError.Reason enumeration defines two possible reasons: VARIABLE_NOT_BOUND_TO_VALUE and UNKNOWN.

  • VARIABLE_NOT_BOUND_TO_VALUE indicates that a variable used in a statement was not assigned a value, while UNKNOWN signifies an error reason that's not exposed in the current API version.

  • It's part of the Google Ad Manager API and resides within the namespace https://www.google.com/apis/ads/publisher/v202411.


Namespace
https://www.google.com/apis/ads/publisher/v202411
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.